Shades of Deco #D2D08C
Tints of Deco #D2D08C
RGB
CMYK
RGB Variations
Color information
#D2D08C (or 0xD2D08C) is known color: 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
| RGB | 210 | 208 | 140 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.18 |
| HSL | 58.29º | 0.44% | 0.69% | - |
| HSV(B) | 58.29º | 0.33% | 0.82% | - |
| XYZ | 53.87 | 60.71 | 33.69 | - |
| YUV | 200.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 140 | 0 | 0.01 | 0.33 | 0.18 | 58.29 | 0.44 | 0.69 |
| Hex | D2 | D0 | 8C | 0 | 1 | 21 | 12 | 3A | 2C | 45 |
| Octal | 322 | 320 | 214 | 0 | 1 | 41 | 22 | 72 | 54 | 105 |
| Binary | 11010010 | 11010000 | 10001100 | 0 | 1 | 100001 | 10010 | 111010 | 101100 | 1000101 |
Color Harmonies of #D2D08C
Complementary color
Monochromatic Colors of #D2D08C
Black with #D2D08C
Text Example
Text Example
White with #D2D08C
Text Example
Text Example
HTML Codes & Css Web 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>