Shades of Deco #D0CE87
Tints of Deco #D0CE87
RGB
CMYK
RGB Variations
Color information
#D0CE87 (or 0xD0CE87) is known color: Deco. HEX triplet: D0, CE and 87. RGB value is (208,206,135). Sum of RGB (Red+Green+Blue) = 208+206+135=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CE87 is #2F3178. Grayscale: #C6C6C6. Windows color (decimal): -3092857 or 8900304. OLE color: 8900304.
HSL color Cylindrical-coordinate representation of color #D0CE87: hue angle of 58.36º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0CE87 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 135 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.18 |
| HSL | 58.36º | 0.44% | 0.67% | - |
| HSV(B) | 58.36º | 0.35% | 0.82% | - |
| XYZ | 52.46 | 59.3 | 31.6 | - |
| YUV | 198.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 135 | 0 | 0.01 | 0.35 | 0.18 | 58.36 | 0.44 | 0.67 |
| Hex | D0 | CE | 87 | 0 | 1 | 23 | 12 | 3A | 2C | 43 |
| Octal | 320 | 316 | 207 | 0 | 1 | 43 | 22 | 72 | 54 | 103 |
| Binary | 11010000 | 11001110 | 10000111 | 0 | 1 | 100011 | 10010 | 111010 | 101100 | 1000011 |
Color Harmonies of #D0CE87
Complementary color
Monochromatic Colors of #D0CE87
Black with #D0CE87
Text Example
Text Example
White with #D0CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE87; }
p { color: rgb(208,206,135); }
H1.HeaderClassName
{
color: #D0CE87;
}
.AnyTagClassName
{
color: #D0CE87;
}
</style>
background-color css
<style>
a { background-color: #D0CE87; }
a { background-color: rgb(208,206,135); }
div.DivClassName
{
background-color: #D0CE87;
}
.BgClassName
{
background-color: #D0CE87;
}
</style>
border-color css
<style>
span { border-color: #D0CE87; }
span { border-color: rgb(208,206,135); }
td.TdClassName
{
border-color: #D0CE87;
}
.TagClassName
{
border-color: #D0CE87;
}
</style>