Shades of Deco #D0CF89
Tints of Deco #D0CF89
RGB
CMYK
RGB Variations
Color information
#D0CF89 (or 0xD0CF89) is known color: Deco. HEX triplet: D0, CF and 89. RGB value is (208,207,137). Sum of RGB (Red+Green+Blue) = 208+207+137=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF89 is #2F3076. Grayscale: #C7C7C7. Windows color (decimal): -3092599 or 9031632. OLE color: 9031632.
HSL color Cylindrical-coordinate representation of color #D0CF89: hue angle of 59.15º 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 #D0CF89 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 137 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.18 |
| HSL | 59.15º | 0.43% | 0.68% | - |
| HSV(B) | 59.15º | 0.34% | 0.82% | - |
| XYZ | 52.84 | 59.84 | 32.43 | - |
| YUV | 199.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 137 | 0 | 0.00 | 0.34 | 0.18 | 59.15 | 0.43 | 0.68 |
| Hex | D0 | CF | 89 | 0 | 0 | 22 | 12 | 3B | 2B | 44 |
| Octal | 320 | 317 | 211 | 0 | 0 | 42 | 22 | 73 | 53 | 104 |
| Binary | 11010000 | 11001111 | 10001001 | 0 | 0 | 100010 | 10010 | 111011 | 101011 | 1000100 |
Color Harmonies of #D0CF89
Complementary color
Monochromatic Colors of #D0CF89
Black with #D0CF89
Text Example
Text Example
White with #D0CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF89; }
p { color: rgb(208,207,137); }
H1.HeaderClassName
{
color: #D0CF89;
}
.AnyTagClassName
{
color: #D0CF89;
}
</style>
background-color css
<style>
a { background-color: #D0CF89; }
a { background-color: rgb(208,207,137); }
div.DivClassName
{
background-color: #D0CF89;
}
.BgClassName
{
background-color: #D0CF89;
}
</style>
border-color css
<style>
span { border-color: #D0CF89; }
span { border-color: rgb(208,207,137); }
td.TdClassName
{
border-color: #D0CF89;
}
.TagClassName
{
border-color: #D0CF89;
}
</style>