Shades of Chenin #DBBF6E
Tints of Chenin #DBBF6E
RGB
CMYK
RGB Variations
Color information
#DBBF6E (or 0xDBBF6E) is known color: Chenin. HEX triplet: DB, BF and 6E. RGB value is (219,191,110). Sum of RGB (Red+Green+Blue) = 219+191+110=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBF6E is #244091. Grayscale: #BEBEBE. Windows color (decimal): -2375826 or 7258075. OLE color: 7258075.
HSL color Cylindrical-coordinate representation of color #DBBF6E: hue angle of 44.59º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBBF6E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 110 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.14 |
| HSL | 44.59º | 0.6% | 0.65% | - |
| HSV(B) | 44.59º | 0.5% | 0.86% | - |
| XYZ | 50.66 | 53.45 | 22.4 | - |
| YUV | 190.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 110 | 0 | 0.13 | 0.50 | 0.14 | 44.59 | 0.6 | 0.65 |
| Hex | DB | BF | 6E | 0 | D | 32 | E | 2D | 3C | 41 |
| Octal | 333 | 277 | 156 | 0 | 15 | 62 | 16 | 55 | 74 | 101 |
| Binary | 11011011 | 10111111 | 1101110 | 0 | 1101 | 110010 | 1110 | 101101 | 111100 | 1000001 |
Color Harmonies of #DBBF6E
Complementary color
Monochromatic Colors of #DBBF6E
Black with #DBBF6E
Text Example
Text Example
White with #DBBF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF6E; }
p { color: rgb(219,191,110); }
H1.HeaderClassName
{
color: #DBBF6E;
}
.AnyTagClassName
{
color: #DBBF6E;
}
</style>
background-color css
<style>
a { background-color: #DBBF6E; }
a { background-color: rgb(219,191,110); }
div.DivClassName
{
background-color: #DBBF6E;
}
.BgClassName
{
background-color: #DBBF6E;
}
</style>
border-color css
<style>
span { border-color: #DBBF6E; }
span { border-color: rgb(219,191,110); }
td.TdClassName
{
border-color: #DBBF6E;
}
.TagClassName
{
border-color: #DBBF6E;
}
</style>