Shades of Chenin #DBBA70
Tints of Chenin #DBBA70
RGB
CMYK
RGB Variations
Color information
#DBBA70 (or 0xDBBA70) is known color: Chenin. HEX triplet: DB, BA and 70. RGB value is (219,186,112). Sum of RGB (Red+Green+Blue) = 219+186+112=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA70 is #24458F. Grayscale: #BBBBBB. Windows color (decimal): -2377104 or 7387867. OLE color: 7387867.
HSL color Cylindrical-coordinate representation of color #DBBA70: hue angle of 41.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBBA70 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 112 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.14 |
| HSL | 41.5º | 0.6% | 0.65% | - |
| HSV(B) | 41.5º | 0.49% | 0.86% | - |
| XYZ | 49.7 | 51.35 | 22.62 | - |
| YUV | 187.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 112 | 0 | 0.15 | 0.49 | 0.14 | 41.5 | 0.6 | 0.65 |
| Hex | DB | BA | 70 | 0 | F | 31 | E | 29 | 3C | 41 |
| Octal | 333 | 272 | 160 | 0 | 17 | 61 | 16 | 51 | 74 | 101 |
| Binary | 11011011 | 10111010 | 1110000 | 0 | 1111 | 110001 | 1110 | 101001 | 111100 | 1000001 |
Color Harmonies of #DBBA70
Complementary color
Monochromatic Colors of #DBBA70
Black with #DBBA70
Text Example
Text Example
White with #DBBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA70; }
p { color: rgb(219,186,112); }
H1.HeaderClassName
{
color: #DBBA70;
}
.AnyTagClassName
{
color: #DBBA70;
}
</style>
background-color css
<style>
a { background-color: #DBBA70; }
a { background-color: rgb(219,186,112); }
div.DivClassName
{
background-color: #DBBA70;
}
.BgClassName
{
background-color: #DBBA70;
}
</style>
border-color css
<style>
span { border-color: #DBBA70; }
span { border-color: rgb(219,186,112); }
td.TdClassName
{
border-color: #DBBA70;
}
.TagClassName
{
border-color: #DBBA70;
}
</style>