Shades of Deco #D0CF93
Tints of Deco #D0CF93
RGB
CMYK
RGB Variations
Color information
#D0CF93 (or 0xD0CF93) is known color: Deco. HEX triplet: D0, CF and 93. RGB value is (208,207,147). Sum of RGB (Red+Green+Blue) = 208+207+147=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CF93 is #2F306C. Grayscale: #C8C8C8. Windows color (decimal): -3092589 or 9686992. OLE color: 9686992.
HSL color Cylindrical-coordinate representation of color #D0CF93: hue angle of 59.02º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0CF93 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 147 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.18 |
| HSL | 59.02º | 0.39% | 0.7% | - |
| HSV(B) | 59.02º | 0.29% | 0.82% | - |
| XYZ | 53.59 | 60.14 | 36.39 | - |
| YUV | 200.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 147 | 0 | 0.00 | 0.29 | 0.18 | 59.02 | 0.39 | 0.7 |
| Hex | D0 | CF | 93 | 0 | 0 | 1D | 12 | 3B | 27 | 46 |
| Octal | 320 | 317 | 223 | 0 | 0 | 35 | 22 | 73 | 47 | 106 |
| Binary | 11010000 | 11001111 | 10010011 | 0 | 0 | 11101 | 10010 | 111011 | 100111 | 1000110 |
Color Harmonies of #D0CF93
Complementary color
Monochromatic Colors of #D0CF93
Black with #D0CF93
Text Example
Text Example
White with #D0CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF93; }
p { color: rgb(208,207,147); }
H1.HeaderClassName
{
color: #D0CF93;
}
.AnyTagClassName
{
color: #D0CF93;
}
</style>
background-color css
<style>
a { background-color: #D0CF93; }
a { background-color: rgb(208,207,147); }
div.DivClassName
{
background-color: #D0CF93;
}
.BgClassName
{
background-color: #D0CF93;
}
</style>
border-color css
<style>
span { border-color: #D0CF93; }
span { border-color: rgb(208,207,147); }
td.TdClassName
{
border-color: #D0CF93;
}
.TagClassName
{
border-color: #D0CF93;
}
</style>