Shades of Chenin #DBBA72
Tints of Chenin #DBBA72
RGB
CMYK
RGB Variations
Color information
#DBBA72 (or 0xDBBA72) is known color: Chenin. HEX triplet: DB, BA and 72. RGB value is (219,186,114). Sum of RGB (Red+Green+Blue) = 219+186+114=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA72 is #24458D. Grayscale: #BBBBBB. Windows color (decimal): -2377102 or 7518939. OLE color: 7518939.
HSL color Cylindrical-coordinate representation of color #DBBA72: hue angle of 41.14º 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 #DBBA72 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 114 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.14 |
| HSL | 41.14º | 0.59% | 0.65% | - |
| HSV(B) | 41.14º | 0.48% | 0.86% | - |
| XYZ | 49.81 | 51.39 | 23.21 | - |
| YUV | 187.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 114 | 0 | 0.15 | 0.48 | 0.14 | 41.14 | 0.59 | 0.65 |
| Hex | DB | BA | 72 | 0 | F | 30 | E | 29 | 3B | 41 |
| Octal | 333 | 272 | 162 | 0 | 17 | 60 | 16 | 51 | 73 | 101 |
| Binary | 11011011 | 10111010 | 1110010 | 0 | 1111 | 110000 | 1110 | 101001 | 111011 | 1000001 |
Color Harmonies of #DBBA72
Complementary color
Monochromatic Colors of #DBBA72
Black with #DBBA72
Text Example
Text Example
White with #DBBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA72; }
p { color: rgb(219,186,114); }
H1.HeaderClassName
{
color: #DBBA72;
}
.AnyTagClassName
{
color: #DBBA72;
}
</style>
background-color css
<style>
a { background-color: #DBBA72; }
a { background-color: rgb(219,186,114); }
div.DivClassName
{
background-color: #DBBA72;
}
.BgClassName
{
background-color: #DBBA72;
}
</style>
border-color css
<style>
span { border-color: #DBBA72; }
span { border-color: rgb(219,186,114); }
td.TdClassName
{
border-color: #DBBA72;
}
.TagClassName
{
border-color: #DBBA72;
}
</style>