Shades of Chenin #DBB96D
Tints of Chenin #DBB96D
RGB
CMYK
RGB Variations
Color information
#DBB96D (or 0xDBB96D) is known color: Chenin. HEX triplet: DB, B9 and 6D. RGB value is (219,185,109). Sum of RGB (Red+Green+Blue) = 219+185+109=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB96D is #244692. Grayscale: #BABABA. Windows color (decimal): -2377363 or 7191003. OLE color: 7191003.
HSL color Cylindrical-coordinate representation of color #DBB96D: hue angle of 41.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB96D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 109 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.14 |
| HSL | 41.45º | 0.6% | 0.64% | - |
| HSV(B) | 41.45º | 0.5% | 0.86% | - |
| XYZ | 49.32 | 50.86 | 21.69 | - |
| YUV | 186.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 109 | 0 | 0.16 | 0.50 | 0.14 | 41.45 | 0.6 | 0.64 |
| Hex | DB | B9 | 6D | 0 | 10 | 32 | E | 29 | 3C | 40 |
| Octal | 333 | 271 | 155 | 0 | 20 | 62 | 16 | 51 | 74 | 100 |
| Binary | 11011011 | 10111001 | 1101101 | 0 | 10000 | 110010 | 1110 | 101001 | 111100 | 1000000 |
Color Harmonies of #DBB96D
Complementary color
Monochromatic Colors of #DBB96D
Black with #DBB96D
Text Example
Text Example
White with #DBB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB96D; }
p { color: rgb(219,185,109); }
H1.HeaderClassName
{
color: #DBB96D;
}
.AnyTagClassName
{
color: #DBB96D;
}
</style>
background-color css
<style>
a { background-color: #DBB96D; }
a { background-color: rgb(219,185,109); }
div.DivClassName
{
background-color: #DBB96D;
}
.BgClassName
{
background-color: #DBB96D;
}
</style>
border-color css
<style>
span { border-color: #DBB96D; }
span { border-color: rgb(219,185,109); }
td.TdClassName
{
border-color: #DBB96D;
}
.TagClassName
{
border-color: #DBB96D;
}
</style>