Shades of Deco #D0CF8C
Tints of Deco #D0CF8C
RGB
CMYK
RGB Variations
Color information
#D0CF8C (or 0xD0CF8C) is known color: Deco. HEX triplet: D0, CF and 8C. RGB value is (208,207,140). Sum of RGB (Red+Green+Blue) = 208+207+140=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF8C is #2F3073. Grayscale: #C7C7C7. Windows color (decimal): -3092596 or 9228240. OLE color: 9228240.
HSL color Cylindrical-coordinate representation of color #D0CF8C: hue angle of 59.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0CF8C is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 140 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.18 |
| HSL | 59.12º | 0.42% | 0.68% | - |
| HSV(B) | 59.12º | 0.33% | 0.82% | - |
| XYZ | 53.06 | 59.93 | 33.58 | - |
| YUV | 199.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 140 | 0 | 0.00 | 0.33 | 0.18 | 59.12 | 0.42 | 0.68 |
| Hex | D0 | CF | 8C | 0 | 0 | 21 | 12 | 3B | 2A | 44 |
| Octal | 320 | 317 | 214 | 0 | 0 | 41 | 22 | 73 | 52 | 104 |
| Binary | 11010000 | 11001111 | 10001100 | 0 | 0 | 100001 | 10010 | 111011 | 101010 | 1000100 |
Color Harmonies of #D0CF8C
Complementary color
Monochromatic Colors of #D0CF8C
Black with #D0CF8C
Text Example
Text Example
White with #D0CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF8C; }
p { color: rgb(208,207,140); }
H1.HeaderClassName
{
color: #D0CF8C;
}
.AnyTagClassName
{
color: #D0CF8C;
}
</style>
background-color css
<style>
a { background-color: #D0CF8C; }
a { background-color: rgb(208,207,140); }
div.DivClassName
{
background-color: #D0CF8C;
}
.BgClassName
{
background-color: #D0CF8C;
}
</style>
border-color css
<style>
span { border-color: #D0CF8C; }
span { border-color: rgb(208,207,140); }
td.TdClassName
{
border-color: #D0CF8C;
}
.TagClassName
{
border-color: #D0CF8C;
}
</style>