COLOR #D4DB1D

HEX: #D4DB1D
RGB: (212,219,29)

Renk bilgisi

#D4DB1D contains mainly red and green colors. #D4DB1D ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D4DB1D color RGB value is (212,219,29).

  • kırmız ton 212;
  • yeşil ton 219;
  • mavi ton 29.
RGB:
(212,219,29)
(83%,86%,11%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 219 of 255 = 86%
B 29 of 255 = 11%

212
219
29

R + G + B ~ 60%. #D4DB1D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 219 + 29 = 460 (100%)
R 212 of 460 ~ 46.09%
G 219 of 460 ~ 47.61%
B 29 of 460 ~ 6.3%

%46.09
%47.61

CMYK RENK MODELİ

#D4DB1D rengi CMYK tonu (3,0,87,14).

  • camgöbeği tonu 3.20%
  • eflatun tonu 0.00%
  • sarı tonu 86.76%
  • ana renk tonu 14.12%
CMYK:
(3,0,87,14)
C3M0Y87K14 
(3%,0%,87%,14%)
(0.03/0.00/0.87/0.14)	

CMYK yüzdeleri

%3.2
%0
%86.76
%14.12

Codes

Color #D4DB1D in popluar color models

D4DB1D
RGB21221929
HSL62°76.61%48.63%
HSB/HSV62°86.76%85.88%
CMYK3.20%0.00%86.76%
14.12%

Color #D4DB1D in popluar number systems.

HEXD4DB1D
Decimal21221929
Binary110101001101101111101
Octal32433335

Shades and tints

Shades of #D4DB1D

#D4DB1D
(212,219,29)
#C1C81B
(193,200,27)
#AEB519
(174,181,25)
#9BA217
(155,162,23)
#888F15
(136,143,21)
#757C13
(117,124,19)
#626911
(98,105,17)
#4F560F
(79,86,15)
#3C430D
(60,67,13)
#29300B
(41,48,11)
#161D09
(22,29,9)
#000000
(0,0,0)

Tints of #D4DB1D

#D4DB1D
(212,219,29)
#D7DE31
(215,222,49)
#DAE145
(218,225,69)
#DDE459
(221,228,89)
#E0E76D
(224,231,109)
#E3EA81
(227,234,129)
#E6ED95
(230,237,149)
#E9F0A9
(233,240,169)
#ECF3BD
(236,243,189)
#EFF6D1
(239,246,209)
#F2F9E5
(242,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DB1D color. Also use rgb(212,219,29) instead hex code.

Text Font Color

.myTextColor { color: #D4DB1D; }

<p style="color:#D4DB1D">This sample text font color is #D4DB1D.</p>

This text font color is #D4DB1D.


Background Color

.myBgColor { background-color: #D4DB1D; }

<div style="background-color:#D4DB1D">Inner text</div>

This div background color is #D4DB1D.


Border color

.myBorderColor { border: 1px solid #D4DB1D; }

<div style="border:3px solid #D4DB1D">Div</div>

This div border color is #D4DB1D.


Opacity

.myOpacity80 { color: #D4DB1D; opacity: 0.8; }

<p style="color:#D4DB1D;opacity:0.8;">80%</p>

Text with #D4DB1D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D4DB1D;}

<p style="text-shadow: 3px 3px 1px #D4DB1D">Text here.</p>

This text has shadow with #D4DB1D color.

.textShadow {text-shadow: 3px 3px 1px #D4DB1D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D4DB1D, 5px 5px 20px red">Text here.</p>

This text has shadow with #D4DB1D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4DB1D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D4DB1D, Direction=45, Strength=4)">Text</p>

This text has shadow with #D4DB1D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D4DB1D;
  -webkit-box-shadow:	1px 1px 3px 2px #D4DB1D;
  box-shadow:		1px 1px 3px 2px #D4DB1D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4DB1D;
-webkit-box-shadow: 1px 1px 3px 2px #D4DB1D;
box-shadow:1px 1px 3px 2px #D4DB1D;">
Div content here</div>
This div box has shadow with color #D4DB1D.

Preview

Color preview on black background

This text has color #D4DB1D on black background.


Color preview on white background

This text has color #D4DB1D on white background.



Black color preview on #D4DB1D background

This text has black color on #D4DB1D background.


White color preview on #D4DB1D background

This text has white color on #D4DB1D background.