Shades of Chenin #DBBA6F
Tints of Chenin #DBBA6F
RGB
CMYK
RGB Variations
Color information
#DBBA6F (or 0xDBBA6F) is known color: Chenin. HEX triplet: DB, BA and 6F. RGB value is (219,186,111). Sum of RGB (Red+Green+Blue) = 219+186+111=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA6F is #244590. Grayscale: #BBBBBB. Windows color (decimal): -2377105 or 7322331. OLE color: 7322331.
HSL color Cylindrical-coordinate representation of color #DBBA6F: hue angle of 41.67º 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 #DBBA6F is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 111 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.14 |
| HSL | 41.67º | 0.6% | 0.65% | - |
| HSV(B) | 41.67º | 0.49% | 0.86% | - |
| XYZ | 49.64 | 51.33 | 22.33 | - |
| YUV | 187.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 111 | 0 | 0.15 | 0.49 | 0.14 | 41.67 | 0.6 | 0.65 |
| Hex | DB | BA | 6F | 0 | F | 31 | E | 2A | 3C | 41 |
| Octal | 333 | 272 | 157 | 0 | 17 | 61 | 16 | 52 | 74 | 101 |
| Binary | 11011011 | 10111010 | 1101111 | 0 | 1111 | 110001 | 1110 | 101010 | 111100 | 1000001 |
Color Harmonies of #DBBA6F
Complementary color
Monochromatic Colors of #DBBA6F
Black with #DBBA6F
Text Example
Text Example
White with #DBBA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA6F; }
p { color: rgb(219,186,111); }
H1.HeaderClassName
{
color: #DBBA6F;
}
.AnyTagClassName
{
color: #DBBA6F;
}
</style>
background-color css
<style>
a { background-color: #DBBA6F; }
a { background-color: rgb(219,186,111); }
div.DivClassName
{
background-color: #DBBA6F;
}
.BgClassName
{
background-color: #DBBA6F;
}
</style>
border-color css
<style>
span { border-color: #DBBA6F; }
span { border-color: rgb(219,186,111); }
td.TdClassName
{
border-color: #DBBA6F;
}
.TagClassName
{
border-color: #DBBA6F;
}
</style>