COLOR #D4DB3B

HEX: #D4DB3B
RGB: (212,219,59)

Color info

#D4DB3B contains mainly red and green colors. Web safe color of #D4DB3B is #CCCC33 (or #CC3).

RGB color model

#D4DB3B color RGB value is (212,219,59).

  • red value is 212;
  • green value is 219;
  • blue value is 59.
RGB:
(212,219,59)
(83%,86%,23%)

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 59 of 255 = 23%

212
219
59

R + G + B ~ 64%. #D4DB3B is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 219 + 59 = 490 (100%)
R 212 of 490 ~ 43.27%
G 219 of 490 ~ 44.69%
B 59 of 490 ~ 12.04%

%43.27
%44.69
%12.04

CMYK color model

#D4DB3B color CMYK value is (3,0,73,14).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 73.06%
  • key color value is 14.12%
CMYK:
(3,0,73,14)
C3M0Y73K14 
(3%,0%,73%,14%)
(0.03/0.00/0.73/0.14)	

CMYK percentages

%3.2
%0
%73.06
%14.12

Codes

Color #D4DB3B in popluar color models

D4DB3B
RGB21221959
HSL63°68.97%54.51%
HSB/HSV63°73.06%85.88%
CMYK3.20%0.00%73.06%
14.12%

Color #D4DB3B in popluar number systems.

HEXD4DB3B
Decimal21221959
Binary1101010011011011111011
Octal32433373

Shades and tints

Shades of #D4DB3B

#D4DB3B
(212,219,59)
#C1C836
(193,200,54)
#AEB531
(174,181,49)
#9BA22C
(155,162,44)
#888F27
(136,143,39)
#757C22
(117,124,34)
#62691D
(98,105,29)
#4F5618
(79,86,24)
#3C4313
(60,67,19)
#29300E
(41,48,14)
#161D09
(22,29,9)
#000000
(0,0,0)

Tints of #D4DB3B

#D4DB3B
(212,219,59)
#D7DE4C
(215,222,76)
#DAE15D
(218,225,93)
#DDE46E
(221,228,110)
#E0E77F
(224,231,127)
#E3EA90
(227,234,144)
#E6EDA1
(230,237,161)
#E9F0B2
(233,240,178)
#ECF3C3
(236,243,195)
#EFF6D4
(239,246,212)
#F2F9E5
(242,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DB3B; }

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

This text font color is #D4DB3B.


Background Color

.myBgColor { background-color: #D4DB3B; }

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

This div background color is #D4DB3B.


Border color

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

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

This div border color is #D4DB3B.


Opacity

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

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

Text with #D4DB3B 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 #D4DB3B;}

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

This text has shadow with #D4DB3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DB3B on black background.


Color preview on white background

This text has color #D4DB3B on white background.



Black color preview on #D4DB3B background

This text has black color on #D4DB3B background.


White color preview on #D4DB3B background

This text has white color on #D4DB3B background.