Shades of Deco #D1CF8E
Tints of Deco #D1CF8E
RGB
CMYK
RGB Variations
Color information
#D1CF8E (or 0xD1CF8E) is known color: Deco. HEX triplet: D1, CF and 8E. RGB value is (209,207,142). Sum of RGB (Red+Green+Blue) = 209+207+142=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CF8E is #2E3071. Grayscale: #C8C8C8. Windows color (decimal): -3027058 or 9359313. OLE color: 9359313.
HSL color Cylindrical-coordinate representation of color #D1CF8E: hue angle of 58.21º 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 #D1CF8E is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 142 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.18 |
| HSL | 58.21º | 0.42% | 0.69% | - |
| HSV(B) | 58.21º | 0.32% | 0.82% | - |
| XYZ | 53.49 | 60.13 | 34.38 | - |
| YUV | 200.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 142 | 0 | 0.01 | 0.32 | 0.18 | 58.21 | 0.42 | 0.69 |
| Hex | D1 | CF | 8E | 0 | 1 | 20 | 12 | 3A | 2A | 45 |
| Octal | 321 | 317 | 216 | 0 | 1 | 40 | 22 | 72 | 52 | 105 |
| Binary | 11010001 | 11001111 | 10001110 | 0 | 1 | 100000 | 10010 | 111010 | 101010 | 1000101 |
Color Harmonies of #D1CF8E
Complementary color
Monochromatic Colors of #D1CF8E
Black with #D1CF8E
Text Example
Text Example
White with #D1CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF8E; }
p { color: rgb(209,207,142); }
H1.HeaderClassName
{
color: #D1CF8E;
}
.AnyTagClassName
{
color: #D1CF8E;
}
</style>
background-color css
<style>
a { background-color: #D1CF8E; }
a { background-color: rgb(209,207,142); }
div.DivClassName
{
background-color: #D1CF8E;
}
.BgClassName
{
background-color: #D1CF8E;
}
</style>
border-color css
<style>
span { border-color: #D1CF8E; }
span { border-color: rgb(209,207,142); }
td.TdClassName
{
border-color: #D1CF8E;
}
.TagClassName
{
border-color: #D1CF8E;
}
</style>