Shades of Deco #D0CF88
Tints of Deco #D0CF88
RGB
CMYK
RGB Variations
Color information
#D0CF88 (or 0xD0CF88) is known color: Deco. HEX triplet: D0, CF and 88. RGB value is (208,207,136). Sum of RGB (Red+Green+Blue) = 208+207+136=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF88 is #2F3077. Grayscale: #C7C7C7. Windows color (decimal): -3092600 or 8966096. OLE color: 8966096.
HSL color Cylindrical-coordinate representation of color #D0CF88: hue angle of 59.17º degrees, saturation: 0.43, 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 #D0CF88 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 136 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.18 |
| HSL | 59.17º | 0.43% | 0.67% | - |
| HSV(B) | 59.17º | 0.35% | 0.82% | - |
| XYZ | 52.77 | 59.81 | 32.06 | - |
| YUV | 199.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 136 | 0 | 0.00 | 0.35 | 0.18 | 59.17 | 0.43 | 0.67 |
| Hex | D0 | CF | 88 | 0 | 0 | 23 | 12 | 3B | 2B | 43 |
| Octal | 320 | 317 | 210 | 0 | 0 | 43 | 22 | 73 | 53 | 103 |
| Binary | 11010000 | 11001111 | 10001000 | 0 | 0 | 100011 | 10010 | 111011 | 101011 | 1000011 |
Color Harmonies of #D0CF88
Complementary color
Monochromatic Colors of #D0CF88
Black with #D0CF88
Text Example
Text Example
White with #D0CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF88; }
p { color: rgb(208,207,136); }
H1.HeaderClassName
{
color: #D0CF88;
}
.AnyTagClassName
{
color: #D0CF88;
}
</style>
background-color css
<style>
a { background-color: #D0CF88; }
a { background-color: rgb(208,207,136); }
div.DivClassName
{
background-color: #D0CF88;
}
.BgClassName
{
background-color: #D0CF88;
}
</style>
border-color css
<style>
span { border-color: #D0CF88; }
span { border-color: rgb(208,207,136); }
td.TdClassName
{
border-color: #D0CF88;
}
.TagClassName
{
border-color: #D0CF88;
}
</style>