Shades of Deco #D0CB89
Tints of Deco #D0CB89
RGB
CMYK
RGB Variations
Color information
#D0CB89 (or 0xD0CB89) is known color: Deco. HEX triplet: D0, CB and 89. RGB value is (208,203,137). Sum of RGB (Red+Green+Blue) = 208+203+137=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CB89 is #2F3476. Grayscale: #C5C5C5. Windows color (decimal): -3093623 or 9030608. OLE color: 9030608.
HSL color Cylindrical-coordinate representation of color #D0CB89: hue angle of 55.77º 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 #D0CB89 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 137 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.18 |
| HSL | 55.77º | 0.43% | 0.68% | - |
| HSV(B) | 55.77º | 0.34% | 0.82% | - |
| XYZ | 51.88 | 57.93 | 32.11 | - |
| YUV | 196.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 137 | 0 | 0.02 | 0.34 | 0.18 | 55.77 | 0.43 | 0.68 |
| Hex | D0 | CB | 89 | 0 | 2 | 22 | 12 | 38 | 2B | 44 |
| Octal | 320 | 313 | 211 | 0 | 2 | 42 | 22 | 70 | 53 | 104 |
| Binary | 11010000 | 11001011 | 10001001 | 0 | 10 | 100010 | 10010 | 111000 | 101011 | 1000100 |
Color Harmonies of #D0CB89
Complementary color
Monochromatic Colors of #D0CB89
Black with #D0CB89
Text Example
Text Example
White with #D0CB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB89; }
p { color: rgb(208,203,137); }
H1.HeaderClassName
{
color: #D0CB89;
}
.AnyTagClassName
{
color: #D0CB89;
}
</style>
background-color css
<style>
a { background-color: #D0CB89; }
a { background-color: rgb(208,203,137); }
div.DivClassName
{
background-color: #D0CB89;
}
.BgClassName
{
background-color: #D0CB89;
}
</style>
border-color css
<style>
span { border-color: #D0CB89; }
span { border-color: rgb(208,203,137); }
td.TdClassName
{
border-color: #D0CB89;
}
.TagClassName
{
border-color: #D0CB89;
}
</style>