Shades of Chenin #DBB96E
Tints of Chenin #DBB96E
RGB
CMYK
RGB Variations
Color information
#DBB96E (or 0xDBB96E) is known color: Chenin. HEX triplet: DB, B9 and 6E. RGB value is (219,185,110). Sum of RGB (Red+Green+Blue) = 219+185+110=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB96E is #244691. Grayscale: #BABABA. Windows color (decimal): -2377362 or 7256539. OLE color: 7256539.
HSL color Cylindrical-coordinate representation of color #DBB96E: hue angle of 41.28º 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 #DBB96E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 110 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.14 |
| HSL | 41.28º | 0.6% | 0.65% | - |
| HSV(B) | 41.28º | 0.5% | 0.86% | - |
| XYZ | 49.38 | 50.88 | 21.97 | - |
| YUV | 186.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 110 | 0 | 0.16 | 0.50 | 0.14 | 41.28 | 0.6 | 0.65 |
| Hex | DB | B9 | 6E | 0 | 10 | 32 | E | 29 | 3C | 41 |
| Octal | 333 | 271 | 156 | 0 | 20 | 62 | 16 | 51 | 74 | 101 |
| Binary | 11011011 | 10111001 | 1101110 | 0 | 10000 | 110010 | 1110 | 101001 | 111100 | 1000001 |
Color Harmonies of #DBB96E
Complementary color
Monochromatic Colors of #DBB96E
Black with #DBB96E
Text Example
Text Example
White with #DBB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB96E; }
p { color: rgb(219,185,110); }
H1.HeaderClassName
{
color: #DBB96E;
}
.AnyTagClassName
{
color: #DBB96E;
}
</style>
background-color css
<style>
a { background-color: #DBB96E; }
a { background-color: rgb(219,185,110); }
div.DivClassName
{
background-color: #DBB96E;
}
.BgClassName
{
background-color: #DBB96E;
}
</style>
border-color css
<style>
span { border-color: #DBB96E; }
span { border-color: rgb(219,185,110); }
td.TdClassName
{
border-color: #DBB96E;
}
.TagClassName
{
border-color: #DBB96E;
}
</style>