Shades of Deco #D0CB84
Tints of Deco #D0CB84
RGB
CMYK
RGB Variations
Color information
#D0CB84 (or 0xD0CB84) is known color: Deco. HEX triplet: D0, CB and 84. RGB value is (208,203,132). Sum of RGB (Red+Green+Blue) = 208+203+132=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB84 is #2F347B. Grayscale: #C4C4C4. Windows color (decimal): -3093628 or 8702928. OLE color: 8702928.
HSL color Cylindrical-coordinate representation of color #D0CB84: hue angle of 56.05º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0CB84 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 132 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.18 |
| HSL | 56.05º | 0.45% | 0.67% | - |
| HSV(B) | 56.05º | 0.37% | 0.82% | - |
| XYZ | 51.53 | 57.79 | 30.27 | - |
| YUV | 196.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 132 | 0 | 0.02 | 0.37 | 0.18 | 56.05 | 0.45 | 0.67 |
| Hex | D0 | CB | 84 | 0 | 2 | 25 | 12 | 38 | 2D | 43 |
| Octal | 320 | 313 | 204 | 0 | 2 | 45 | 22 | 70 | 55 | 103 |
| Binary | 11010000 | 11001011 | 10000100 | 0 | 10 | 100101 | 10010 | 111000 | 101101 | 1000011 |
Color Harmonies of #D0CB84
Complementary color
Monochromatic Colors of #D0CB84
Black with #D0CB84
Text Example
Text Example
White with #D0CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB84; }
p { color: rgb(208,203,132); }
H1.HeaderClassName
{
color: #D0CB84;
}
.AnyTagClassName
{
color: #D0CB84;
}
</style>
background-color css
<style>
a { background-color: #D0CB84; }
a { background-color: rgb(208,203,132); }
div.DivClassName
{
background-color: #D0CB84;
}
.BgClassName
{
background-color: #D0CB84;
}
</style>
border-color css
<style>
span { border-color: #D0CB84; }
span { border-color: rgb(208,203,132); }
td.TdClassName
{
border-color: #D0CB84;
}
.TagClassName
{
border-color: #D0CB84;
}
</style>