COLOR #D0DF59

HEX: #D0DF59
RGB: (208,223,89)

Color info

#D0DF59 contains mainly red and green colors. Web safe color of #D0DF59 is #CCCC66 (or #CC6).

RGB color model

#D0DF59 color RGB value is (208,223,89).

  • red value is 208;
  • green value is 223;
  • blue value is 89.
RGB:
(208,223,89)
(82%,87%,35%)

RGB channels and saturation

R 208 of 255 = 82%
G 223 of 255 = 87%
B 89 of 255 = 35%

208
223
89

R + G + B ~ 68%. #D0DF59 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 223 + 89 = 520 (100%)
R 208 of 520 ~ 40%
G 223 of 520 ~ 42.88%
B 89 of 520 ~ 17.12%

%40
%42.88
%17.12

CMYK color model

#D0DF59 color CMYK value is (7,0,60,13).

  • cyan value is 6.73%
  • magenta value is 0.00%
  • yellow value is 60.09%
  • key color value is 12.55%
CMYK:
(7,0,60,13)
C7M0Y60K13 
(7%,0%,60%,13%)
(0.07/0.00/0.60/0.13)	

CMYK percentages

%6.73
%0
%60.09
%12.55

Codes

Color #D0DF59 in popluar color models

D0DF59
RGB20822389
HSL67°67.68%61.18%
HSB/HSV67°60.09%87.45%
CMYK6.73%0.00%60.09%
12.55%

Color #D0DF59 in popluar number systems.

HEXD0DF59
Decimal20822389
Binary11010000110111111011001
Octal320337131

Shades and tints

Shades of #D0DF59

#D0DF59
(208,223,89)
#BECB51
(190,203,81)
#ACB749
(172,183,73)
#9AA341
(154,163,65)
#888F39
(136,143,57)
#767B31
(118,123,49)
#646729
(100,103,41)
#525321
(82,83,33)
#403F19
(64,63,25)
#2E2B11
(46,43,17)
#1C1709
(28,23,9)
#000000
(0,0,0)

Tints of #D0DF59

#D0DF59
(208,223,89)
#D4E168
(212,225,104)
#D8E377
(216,227,119)
#DCE586
(220,229,134)
#E0E795
(224,231,149)
#E4E9A4
(228,233,164)
#E8EBB3
(232,235,179)
#ECEDC2
(236,237,194)
#F0EFD1
(240,239,209)
#F4F1E0
(244,241,224)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DF59 color. Also use rgb(208,223,89) instead hex code.

Text Font Color

.myTextColor { color: #D0DF59; }

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

This text font color is #D0DF59.


Background Color

.myBgColor { background-color: #D0DF59; }

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

This div background color is #D0DF59.


Border color

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

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

This div border color is #D0DF59.


Opacity

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

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

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

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

This text has shadow with #D0DF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DF59 on black background.


Color preview on white background

This text has color #D0DF59 on white background.



Black color preview on #D0DF59 background

This text has black color on #D0DF59 background.


White color preview on #D0DF59 background

This text has white color on #D0DF59 background.