Shades of Chenin #DBBC72
Tints of Chenin #DBBC72
RGB
CMYK
RGB Variations
Color information
#DBBC72 (or 0xDBBC72) is known color: Chenin. HEX triplet: DB, BC and 72. RGB value is (219,188,114). Sum of RGB (Red+Green+Blue) = 219+188+114=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC72 is #24438D. Grayscale: #BDBDBD. Windows color (decimal): -2376590 or 7519451. OLE color: 7519451.
HSL color Cylindrical-coordinate representation of color #DBBC72: hue angle of 42.29º 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 #DBBC72 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 114 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.14 |
| HSL | 42.29º | 0.59% | 0.65% | - |
| HSV(B) | 42.29º | 0.48% | 0.86% | - |
| XYZ | 50.23 | 52.24 | 23.36 | - |
| YUV | 188.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 114 | 0 | 0.14 | 0.48 | 0.14 | 42.29 | 0.59 | 0.65 |
| Hex | DB | BC | 72 | 0 | E | 30 | E | 2A | 3B | 41 |
| Octal | 333 | 274 | 162 | 0 | 16 | 60 | 16 | 52 | 73 | 101 |
| Binary | 11011011 | 10111100 | 1110010 | 0 | 1110 | 110000 | 1110 | 101010 | 111011 | 1000001 |
Color Harmonies of #DBBC72
Complementary color
Monochromatic Colors of #DBBC72
Black with #DBBC72
Text Example
Text Example
White with #DBBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC72; }
p { color: rgb(219,188,114); }
H1.HeaderClassName
{
color: #DBBC72;
}
.AnyTagClassName
{
color: #DBBC72;
}
</style>
background-color css
<style>
a { background-color: #DBBC72; }
a { background-color: rgb(219,188,114); }
div.DivClassName
{
background-color: #DBBC72;
}
.BgClassName
{
background-color: #DBBC72;
}
</style>
border-color css
<style>
span { border-color: #DBBC72; }
span { border-color: rgb(219,188,114); }
td.TdClassName
{
border-color: #DBBC72;
}
.TagClassName
{
border-color: #DBBC72;
}
</style>