Shades of Deco #D0CE89
Tints of Deco #D0CE89
RGB
CMYK
RGB Variations
Color information
#D0CE89 (or 0xD0CE89) is known color: Deco. HEX triplet: D0, CE and 89. RGB value is (208,206,137). Sum of RGB (Red+Green+Blue) = 208+206+137=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CE89 is #2F3176. Grayscale: #C7C7C7. Windows color (decimal): -3092855 or 9031376. OLE color: 9031376.
HSL color Cylindrical-coordinate representation of color #D0CE89: hue angle of 58.31º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0CE89 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 137 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.18 |
| HSL | 58.31º | 0.43% | 0.68% | - |
| HSV(B) | 58.31º | 0.34% | 0.82% | - |
| XYZ | 52.6 | 59.36 | 32.35 | - |
| YUV | 198.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 137 | 0 | 0.01 | 0.34 | 0.18 | 58.31 | 0.43 | 0.68 |
| Hex | D0 | CE | 89 | 0 | 1 | 22 | 12 | 3A | 2B | 44 |
| Octal | 320 | 316 | 211 | 0 | 1 | 42 | 22 | 72 | 53 | 104 |
| Binary | 11010000 | 11001110 | 10001001 | 0 | 1 | 100010 | 10010 | 111010 | 101011 | 1000100 |
Color Harmonies of #D0CE89
Complementary color
Monochromatic Colors of #D0CE89
Black with #D0CE89
Text Example
Text Example
White with #D0CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE89; }
p { color: rgb(208,206,137); }
H1.HeaderClassName
{
color: #D0CE89;
}
.AnyTagClassName
{
color: #D0CE89;
}
</style>
background-color css
<style>
a { background-color: #D0CE89; }
a { background-color: rgb(208,206,137); }
div.DivClassName
{
background-color: #D0CE89;
}
.BgClassName
{
background-color: #D0CE89;
}
</style>
border-color css
<style>
span { border-color: #D0CE89; }
span { border-color: rgb(208,206,137); }
td.TdClassName
{
border-color: #D0CE89;
}
.TagClassName
{
border-color: #D0CE89;
}
</style>