Shades of Deco #D0CE85
Tints of Deco #D0CE85
RGB
CMYK
RGB Variations
Color information
#D0CE85 (or 0xD0CE85) is known color: Deco. HEX triplet: D0, CE and 85. RGB value is (208,206,133). Sum of RGB (Red+Green+Blue) = 208+206+133=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CE85 is #2F317A. Grayscale: #C6C6C6. Windows color (decimal): -3092859 or 8769232. OLE color: 8769232.
HSL color Cylindrical-coordinate representation of color #D0CE85: hue angle of 58.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0CE85 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 133 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.18 |
| HSL | 58.4º | 0.44% | 0.67% | - |
| HSV(B) | 58.4º | 0.36% | 0.82% | - |
| XYZ | 52.32 | 59.25 | 30.87 | - |
| YUV | 198.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 133 | 0 | 0.01 | 0.36 | 0.18 | 58.4 | 0.44 | 0.67 |
| Hex | D0 | CE | 85 | 0 | 1 | 24 | 12 | 3A | 2C | 43 |
| Octal | 320 | 316 | 205 | 0 | 1 | 44 | 22 | 72 | 54 | 103 |
| Binary | 11010000 | 11001110 | 10000101 | 0 | 1 | 100100 | 10010 | 111010 | 101100 | 1000011 |
Color Harmonies of #D0CE85
Complementary color
Monochromatic Colors of #D0CE85
Black with #D0CE85
Text Example
Text Example
White with #D0CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE85; }
p { color: rgb(208,206,133); }
H1.HeaderClassName
{
color: #D0CE85;
}
.AnyTagClassName
{
color: #D0CE85;
}
</style>
background-color css
<style>
a { background-color: #D0CE85; }
a { background-color: rgb(208,206,133); }
div.DivClassName
{
background-color: #D0CE85;
}
.BgClassName
{
background-color: #D0CE85;
}
</style>
border-color css
<style>
span { border-color: #D0CE85; }
span { border-color: rgb(208,206,133); }
td.TdClassName
{
border-color: #D0CE85;
}
.TagClassName
{
border-color: #D0CE85;
}
</style>