COLOR #D0D28C

HEX: #D0D28C
RGB: (208,210,140)

Color info

#D0D28C contains mainly red and green colors. Web safe color of #D0D28C is #CCCC99 (or #CC9).

RGB color model

#D0D28C color RGB value is (208,210,140).

  • red value is 208;
  • green value is 210;
  • blue value is 140.
RGB:
(208,210,140)
(82%,82%,55%)

RGB channels and saturation

R 208 of 255 = 82%
G 210 of 255 = 82%
B 140 of 255 = 55%

208
210
140

R + G + B ~ 73%. #D0D28C is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 210 + 140 = 558 (100%)
R 208 of 558 ~ 37.28%
G 210 of 558 ~ 37.63%
B 140 of 558 ~ 25.09%

%37.28
%37.63
%25.09

CMYK color model

#D0D28C color CMYK value is (1,0,33,18).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 17.65%
CMYK:
(1,0,33,18)
C1M0Y33K18 
(1%,0%,33%,18%)
(0.01/0.00/0.33/0.18)	

CMYK percentages

%0.95
%0
%33.33
%17.65

Codes

Color #D0D28C in popluar color models

D0D28C
RGB208210140
HSL62°43.75%68.63%
HSB/HSV62°33.33%82.35%
CMYK0.95%0.00%33.33%
17.65%

Color #D0D28C in popluar number systems.

HEXD0D28C
Decimal208210140
Binary110100001101001010001100
Octal320322214

Shades and tints

Shades of #D0D28C

#D0D28C
(208,210,140)
#BEBF80
(190,191,128)
#ACAC74
(172,172,116)
#9A9968
(154,153,104)
#88865C
(136,134,92)
#767350
(118,115,80)
#646044
(100,96,68)
#524D38
(82,77,56)
#403A2C
(64,58,44)
#2E2720
(46,39,32)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #D0D28C

#D0D28C
(208,210,140)
#D4D696
(212,214,150)
#D8DAA0
(216,218,160)
#DCDEAA
(220,222,170)
#E0E2B4
(224,226,180)
#E4E6BE
(228,230,190)
#E8EAC8
(232,234,200)
#ECEED2
(236,238,210)
#F0F2DC
(240,242,220)
#F4F6E6
(244,246,230)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D28C; }

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

This text font color is #D0D28C.


Background Color

.myBgColor { background-color: #D0D28C; }

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

This div background color is #D0D28C.


Border color

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

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

This div border color is #D0D28C.


Opacity

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

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

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

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

This text has shadow with #D0D28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D28C on black background.


Color preview on white background

This text has color #D0D28C on white background.



Black color preview on #D0D28C background

This text has black color on #D0D28C background.


White color preview on #D0D28C background

This text has white color on #D0D28C background.