Shades of Chenin #DBBB72
Tints of Chenin #DBBB72
RGB
CMYK
RGB Variations
Color information
#DBBB72 (or 0xDBBB72) is known color: Chenin. HEX triplet: DB, BB and 72. RGB value is (219,187,114). Sum of RGB (Red+Green+Blue) = 219+187+114=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB72 is #24448D. Grayscale: #BCBCBC. Windows color (decimal): -2376846 or 7519195. OLE color: 7519195.
HSL color Cylindrical-coordinate representation of color #DBBB72: hue angle of 41.71º 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 #DBBB72 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 114 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.14 |
| HSL | 41.71º | 0.59% | 0.65% | - |
| HSV(B) | 41.71º | 0.48% | 0.86% | - |
| XYZ | 50.02 | 51.82 | 23.28 | - |
| YUV | 188.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 114 | 0 | 0.15 | 0.48 | 0.14 | 41.71 | 0.59 | 0.65 |
| Hex | DB | BB | 72 | 0 | F | 30 | E | 2A | 3B | 41 |
| Octal | 333 | 273 | 162 | 0 | 17 | 60 | 16 | 52 | 73 | 101 |
| Binary | 11011011 | 10111011 | 1110010 | 0 | 1111 | 110000 | 1110 | 101010 | 111011 | 1000001 |
Color Harmonies of #DBBB72
Complementary color
Monochromatic Colors of #DBBB72
Black with #DBBB72
Text Example
Text Example
White with #DBBB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB72; }
p { color: rgb(219,187,114); }
H1.HeaderClassName
{
color: #DBBB72;
}
.AnyTagClassName
{
color: #DBBB72;
}
</style>
background-color css
<style>
a { background-color: #DBBB72; }
a { background-color: rgb(219,187,114); }
div.DivClassName
{
background-color: #DBBB72;
}
.BgClassName
{
background-color: #DBBB72;
}
</style>
border-color css
<style>
span { border-color: #DBBB72; }
span { border-color: rgb(219,187,114); }
td.TdClassName
{
border-color: #DBBB72;
}
.TagClassName
{
border-color: #DBBB72;
}
</style>