Shades of Chenin #DBC06E
Tints of Chenin #DBC06E
RGB
CMYK
RGB Variations
Color information
#DBC06E (or 0xDBC06E) is known color: Chenin. HEX triplet: DB, C0 and 6E. RGB value is (219,192,110). Sum of RGB (Red+Green+Blue) = 219+192+110=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC06E is #243F91. Grayscale: #BFBFBF. Windows color (decimal): -2375570 or 7258331. OLE color: 7258331.
HSL color Cylindrical-coordinate representation of color #DBC06E: hue angle of 45.14º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBC06E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 110 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.14 |
| HSL | 45.14º | 0.6% | 0.65% | - |
| HSV(B) | 45.14º | 0.5% | 0.86% | - |
| XYZ | 50.88 | 53.89 | 22.47 | - |
| YUV | 190.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 110 | 0 | 0.12 | 0.50 | 0.14 | 45.14 | 0.6 | 0.65 |
| Hex | DB | C0 | 6E | 0 | C | 32 | E | 2D | 3C | 41 |
| Octal | 333 | 300 | 156 | 0 | 14 | 62 | 16 | 55 | 74 | 101 |
| Binary | 11011011 | 11000000 | 1101110 | 0 | 1100 | 110010 | 1110 | 101101 | 111100 | 1000001 |
Color Harmonies of #DBC06E
Complementary color
Monochromatic Colors of #DBC06E
Black with #DBC06E
Text Example
Text Example
White with #DBC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC06E; }
p { color: rgb(219,192,110); }
H1.HeaderClassName
{
color: #DBC06E;
}
.AnyTagClassName
{
color: #DBC06E;
}
</style>
background-color css
<style>
a { background-color: #DBC06E; }
a { background-color: rgb(219,192,110); }
div.DivClassName
{
background-color: #DBC06E;
}
.BgClassName
{
background-color: #DBC06E;
}
</style>
border-color css
<style>
span { border-color: #DBC06E; }
span { border-color: rgb(219,192,110); }
td.TdClassName
{
border-color: #DBC06E;
}
.TagClassName
{
border-color: #DBC06E;
}
</style>