Shades of Deco #D0CB76
Tints of Deco #D0CB76
RGB
CMYK
RGB Variations
Color information
#D0CB76 (or 0xD0CB76) is known color: Deco. HEX triplet: D0, CB and 76. RGB value is (208,203,118). Sum of RGB (Red+Green+Blue) = 208+203+118=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB76 is #2F3489. Grayscale: #C3C3C3. Windows color (decimal): -3093642 or 7785424. OLE color: 7785424.
HSL color Cylindrical-coordinate representation of color #D0CB76: hue angle of 56.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0CB76 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 118 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.18 |
| HSL | 56.67º | 0.49% | 0.64% | - |
| HSV(B) | 56.67º | 0.43% | 0.82% | - |
| XYZ | 50.64 | 57.43 | 25.56 | - |
| YUV | 194.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 118 | 0 | 0.02 | 0.43 | 0.18 | 56.67 | 0.49 | 0.64 |
| Hex | D0 | CB | 76 | 0 | 2 | 2B | 12 | 39 | 31 | 40 |
| Octal | 320 | 313 | 166 | 0 | 2 | 53 | 22 | 71 | 61 | 100 |
| Binary | 11010000 | 11001011 | 1110110 | 0 | 10 | 101011 | 10010 | 111001 | 110001 | 1000000 |
Color Harmonies of #D0CB76
Complementary color
Monochromatic Colors of #D0CB76
Black with #D0CB76
Text Example
Text Example
White with #D0CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB76; }
p { color: rgb(208,203,118); }
H1.HeaderClassName
{
color: #D0CB76;
}
.AnyTagClassName
{
color: #D0CB76;
}
</style>
background-color css
<style>
a { background-color: #D0CB76; }
a { background-color: rgb(208,203,118); }
div.DivClassName
{
background-color: #D0CB76;
}
.BgClassName
{
background-color: #D0CB76;
}
</style>
border-color css
<style>
span { border-color: #D0CB76; }
span { border-color: rgb(208,203,118); }
td.TdClassName
{
border-color: #D0CB76;
}
.TagClassName
{
border-color: #D0CB76;
}
</style>