Shades of Deco #D1D08E
Tints of Deco #D1D08E
RGB
CMYK
RGB Variations
Color information
#D1D08E (or 0xD1D08E) is known color: Deco. HEX triplet: D1, D0 and 8E. RGB value is (209,208,142). Sum of RGB (Red+Green+Blue) = 209+208+142=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D08E is #2E2F71. Grayscale: #C9C9C9. Windows color (decimal): -3026802 or 9359569. OLE color: 9359569.
HSL color Cylindrical-coordinate representation of color #D1D08E: hue angle of 59.1º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1D08E is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 142 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.18 |
| HSL | 59.1º | 0.42% | 0.69% | - |
| HSV(B) | 59.1º | 0.32% | 0.82% | - |
| XYZ | 53.73 | 60.62 | 34.46 | - |
| YUV | 200.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 142 | 0 | 0.00 | 0.32 | 0.18 | 59.1 | 0.42 | 0.69 |
| Hex | D1 | D0 | 8E | 0 | 0 | 20 | 12 | 3B | 2A | 45 |
| Octal | 321 | 320 | 216 | 0 | 0 | 40 | 22 | 73 | 52 | 105 |
| Binary | 11010001 | 11010000 | 10001110 | 0 | 0 | 100000 | 10010 | 111011 | 101010 | 1000101 |
Color Harmonies of #D1D08E
Complementary color
Monochromatic Colors of #D1D08E
Black with #D1D08E
Text Example
Text Example
White with #D1D08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D08E; }
p { color: rgb(209,208,142); }
H1.HeaderClassName
{
color: #D1D08E;
}
.AnyTagClassName
{
color: #D1D08E;
}
</style>
background-color css
<style>
a { background-color: #D1D08E; }
a { background-color: rgb(209,208,142); }
div.DivClassName
{
background-color: #D1D08E;
}
.BgClassName
{
background-color: #D1D08E;
}
</style>
border-color css
<style>
span { border-color: #D1D08E; }
span { border-color: rgb(209,208,142); }
td.TdClassName
{
border-color: #D1D08E;
}
.TagClassName
{
border-color: #D1D08E;
}
</style>