COLOR #D0D080

HEX: #D0D080 RGB: (208,208,128)

Color info

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

RGB color model

#D0D080 color RGB value is (208,208,128).

RGB: (208,208,128) (82%, 82%, 50%)

RGB channels and saturation

R 208 of 255 = 82%
G 208 of 255 = 82%
B 128 of 255 = 50%

208
208
128

R + G + B ~ 71%. #D0D080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 208 + 128 = 544 (100%)
R 208 of 544 ~ 38.24%
G 208 of 544 ~ 38.24%
B 128 of 544 ~ 23.53'%

%38.24
%38.24
%23.53

CMYK color model

#D0D080 color CMYK value is (0,0,38,18).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 18.43%

CMYK: (0,0,38,18)
C0M0Y38K18 (0%, 0%, 38%, 18%)
(0.00 / 0.00 / 0.38 / 0.18)

CMYK percentages

%0
%0
%38.46
%18.43

Codes

Color #D0D080 in popluar color models

D0 D0 80
RGB 208 208 128
HSL 60° 45.98% 65.88%
HSB/HSV 60° 38.46% 81.57%
CMYK 0.00% 0.00% 38.46%
18.43%

Color #D0D080 in popluar number systems.

HEX D0 D0 80
Decimal 208 208 128
Binary 11010000 11010000 10000000
Octal 320 320 200

Shades and tints

Shades of #D0D080

#D0D080
(208,208,128)
#BEBE75
(190,190,117)
#ACAC6A
(172,172,106)
#9A9A5F
(154,154,95)
#888854
(136,136,84)
#767649
(118,118,73)
#64643E
(100,100,62)
#525233
(82,82,51)
#404028
(64,64,40)
#2E2E1D
(46,46,29)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #D0D080

#D0D080
(208,208,128)
#D4D48B
(212,212,139)
#D8D896
(216,216,150)
#DCDCA1
(220,220,161)
#E0E0AC
(224,224,172)
#E4E4B7
(228,228,183)
#E8E8C2
(232,232,194)
#ECECCD
(236,236,205)
#F0F0D8
(240,240,216)
#F4F4E3
(244,244,227)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D080; }

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

This text font color is #D0D080.

Background Color

.myBgColor { background-color: #D0D080; }

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

This div background color is #D0D080.

Border color

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

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

This div border color is #D0D080.

Opacity

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

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

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

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

This text has shadow with #D0D080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0D080.

Preview

Color preview on black background

This text has color #D0D080 on black background.


Color preview on white background

This text has color #D0D080 on white background.


Black color preview on #D0D080 background

This text has black color on #D0D080 background.


White color preview on #D0D080 background

This text has white color on #D0D080 background.


Related colors

Complementary color

Complementary color for #hex is #2F2F7F.


I love getcolorcode.com