Shades of Deco #D0CB7E
Tints of Deco #D0CB7E
RGB
CMYK
RGB Variations
Color information
#D0CB7E (or 0xD0CB7E) is known color: Deco. HEX triplet: D0, CB and 7E. RGB value is (208,203,126). Sum of RGB (Red+Green+Blue) = 208+203+126=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB7E is #2F3481. Grayscale: #C4C4C4. Windows color (decimal): -3093634 or 8309712. OLE color: 8309712.
HSL color Cylindrical-coordinate representation of color #D0CB7E: hue angle of 56.34º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0CB7E is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 126 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.18 |
| HSL | 56.34º | 0.47% | 0.65% | - |
| HSV(B) | 56.34º | 0.39% | 0.82% | - |
| XYZ | 51.13 | 57.63 | 28.17 | - |
| YUV | 195.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 126 | 0 | 0.02 | 0.39 | 0.18 | 56.34 | 0.47 | 0.65 |
| Hex | D0 | CB | 7E | 0 | 2 | 27 | 12 | 38 | 2F | 41 |
| Octal | 320 | 313 | 176 | 0 | 2 | 47 | 22 | 70 | 57 | 101 |
| Binary | 11010000 | 11001011 | 1111110 | 0 | 10 | 100111 | 10010 | 111000 | 101111 | 1000001 |
Color Harmonies of #D0CB7E
Complementary color
Monochromatic Colors of #D0CB7E
Black with #D0CB7E
Text Example
Text Example
White with #D0CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB7E; }
p { color: rgb(208,203,126); }
H1.HeaderClassName
{
color: #D0CB7E;
}
.AnyTagClassName
{
color: #D0CB7E;
}
</style>
background-color css
<style>
a { background-color: #D0CB7E; }
a { background-color: rgb(208,203,126); }
div.DivClassName
{
background-color: #D0CB7E;
}
.BgClassName
{
background-color: #D0CB7E;
}
</style>
border-color css
<style>
span { border-color: #D0CB7E; }
span { border-color: rgb(208,203,126); }
td.TdClassName
{
border-color: #D0CB7E;
}
.TagClassName
{
border-color: #D0CB7E;
}
</style>