#D2D08C

Color #D2D08C Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D2D08C

Tints of Deco #D2D08C

Color information

#D2D08C (or 0xD2D08C) is unknown color: approx Deco. HEX triplet: D2, D0 and 8C. RGB value is (210,208,140). Sum of RGB (Red+Green+Blue) = 210+208+140=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D08C is #2D2F73. Grayscale: #C9C9C9. Windows color (decimal): -2961268 or 9228498. OLE color: 9228498.

HSL color Cylindrical-coordinate representation of color #D2D08C: hue angle of 58.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2D08C is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210208140-
CMYK00.010.330.18
HSL58.29º43.75%68.63%-
HSV(B)58.29º33.33%82.35%-
XYZ53.8760.7133.69-
YUV200.8593.66134.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 208 (81.64% from 255) = 37.28%
BLUE value IS 140 (55.08% from 255) = 25.09%
R=37.63%
G=37.28%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020814000.010.330.1858.2943.7568.63
HexD2D08C0121123a2c45
Octal3223202140141227254105
Binary11010010110100001000110001100001100101110101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D08C; }

 p { color: rgb(210,208,140); }

 H1.HeaderClassName
 {
   color: #D2D08C;
 }
 .AnyTagClassName
 {
   color: #D2D08C;
 }
</style>
background-color css

<style>
 a { background-color: #D2D08C; }

 a { background-color: rgb(210,208,140); }

 div.DivClassName
 {
   background-color: #D2D08C;
 }
 .BgClassName
 {
   background-color: #D2D08C;
 }
</style>
border-color css

<style>
 span { border-color: #D2D08C; }

 span { border-color: rgb(210,208,140); }

 td.TdClassName
 {
   border-color: #D2D08C;
 }
 .TagClassName
 {
   border-color: #D2D08C;
 }
</style>