COLOR #D0DD28

HEX: #D0DD28
RGB: (208,221,40)

Color info

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

RGB color model

#D0DD28 color RGB value is (208,221,40).

  • red value is 208;
  • green value is 221;
  • blue value is 40.
RGB:
(208,221,40)
(82%,87%,16%)

RGB channels and saturation

R 208 of 255 = 82%
G 221 of 255 = 87%
B 40 of 255 = 16%

208
221
40

R + G + B ~ 62%. #D0DD28 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 40 = 469 (100%)
R 208 of 469 ~ 44.35%
G 221 of 469 ~ 47.12%
B 40 of 469 ~ 8.53%

%44.35
%47.12

CMYK color model

#D0DD28 color CMYK value is (6,0,82,13).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 81.90%
  • key color value is 13.33%
CMYK:
(6,0,82,13)
C6M0Y82K13 
(6%,0%,82%,13%)
(0.06/0.00/0.82/0.13)	

CMYK percentages

%5.88
%0
%81.9
%13.33

Codes

Color #D0DD28 in popluar color models

D0DD28
RGB20822140
HSL64°72.69%51.18%
HSB/HSV64°81.90%86.67%
CMYK5.88%0.00%81.90%
13.33%

Color #D0DD28 in popluar number systems.

HEXD0DD28
Decimal20822140
Binary1101000011011101101000
Octal32033550

Shades and tints

Shades of #D0DD28

#D0DD28
(208,221,40)
#BEC925
(190,201,37)
#ACB522
(172,181,34)
#9AA11F
(154,161,31)
#888D1C
(136,141,28)
#767919
(118,121,25)
#646516
(100,101,22)
#525113
(82,81,19)
#403D10
(64,61,16)
#2E290D
(46,41,13)
#1C150A
(28,21,10)
#000000
(0,0,0)

Tints of #D0DD28

#D0DD28
(208,221,40)
#D4E03B
(212,224,59)
#D8E34E
(216,227,78)
#DCE661
(220,230,97)
#E0E974
(224,233,116)
#E4EC87
(228,236,135)
#E8EF9A
(232,239,154)
#ECF2AD
(236,242,173)
#F0F5C0
(240,245,192)
#F4F8D3
(244,248,211)
#F8FBE6
(248,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DD28 color. Also use rgb(208,221,40) instead hex code.

Text Font Color

.myTextColor { color: #D0DD28; }

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

This text font color is #D0DD28.


Background Color

.myBgColor { background-color: #D0DD28; }

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

This div background color is #D0DD28.


Border color

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

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

This div border color is #D0DD28.


Opacity

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

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

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

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

This text has shadow with #D0DD28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DD28 on black background.


Color preview on white background

This text has color #D0DD28 on white background.



Black color preview on #D0DD28 background

This text has black color on #D0DD28 background.


White color preview on #D0DD28 background

This text has white color on #D0DD28 background.