Shades of Chenin #DBC072
Tints of Chenin #DBC072
RGB
CMYK
RGB Variations
Color information
#DBC072 (or 0xDBC072) is known color: Chenin. HEX triplet: DB, C0 and 72. RGB value is (219,192,114). Sum of RGB (Red+Green+Blue) = 219+192+114=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC072 is #243F8D. Grayscale: #BFBFBF. Windows color (decimal): -2375566 or 7520475. OLE color: 7520475.
HSL color Cylindrical-coordinate representation of color #DBC072: hue angle of 44.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBC072 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 114 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.14 |
| HSL | 44.57º | 0.59% | 0.65% | - |
| HSV(B) | 44.57º | 0.48% | 0.86% | - |
| XYZ | 51.1 | 53.97 | 23.64 | - |
| YUV | 191.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 114 | 0 | 0.12 | 0.48 | 0.14 | 44.57 | 0.59 | 0.65 |
| Hex | DB | C0 | 72 | 0 | C | 30 | E | 2D | 3B | 41 |
| Octal | 333 | 300 | 162 | 0 | 14 | 60 | 16 | 55 | 73 | 101 |
| Binary | 11011011 | 11000000 | 1110010 | 0 | 1100 | 110000 | 1110 | 101101 | 111011 | 1000001 |
Color Harmonies of #DBC072
Complementary color
Monochromatic Colors of #DBC072
Black with #DBC072
Text Example
Text Example
White with #DBC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC072; }
p { color: rgb(219,192,114); }
H1.HeaderClassName
{
color: #DBC072;
}
.AnyTagClassName
{
color: #DBC072;
}
</style>
background-color css
<style>
a { background-color: #DBC072; }
a { background-color: rgb(219,192,114); }
div.DivClassName
{
background-color: #DBC072;
}
.BgClassName
{
background-color: #DBC072;
}
</style>
border-color css
<style>
span { border-color: #DBC072; }
span { border-color: rgb(219,192,114); }
td.TdClassName
{
border-color: #DBC072;
}
.TagClassName
{
border-color: #DBC072;
}
</style>