Shades of Chenin #DBB96F
Tints of Chenin #DBB96F
RGB
CMYK
RGB Variations
Color information
#DBB96F (or 0xDBB96F) is known color: Chenin. HEX triplet: DB, B9 and 6F. RGB value is (219,185,111). Sum of RGB (Red+Green+Blue) = 219+185+111=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB96F is #244690. Grayscale: #BBBBBB. Windows color (decimal): -2377361 or 7322075. OLE color: 7322075.
HSL color Cylindrical-coordinate representation of color #DBB96F: hue angle of 41.11º 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 #DBB96F is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 111 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.14 |
| HSL | 41.11º | 0.6% | 0.65% | - |
| HSV(B) | 41.11º | 0.49% | 0.86% | - |
| XYZ | 49.43 | 50.91 | 22.26 | - |
| YUV | 186.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 111 | 0 | 0.16 | 0.49 | 0.14 | 41.11 | 0.6 | 0.65 |
| Hex | DB | B9 | 6F | 0 | 10 | 31 | E | 29 | 3C | 41 |
| Octal | 333 | 271 | 157 | 0 | 20 | 61 | 16 | 51 | 74 | 101 |
| Binary | 11011011 | 10111001 | 1101111 | 0 | 10000 | 110001 | 1110 | 101001 | 111100 | 1000001 |
Color Harmonies of #DBB96F
Complementary color
Monochromatic Colors of #DBB96F
Black with #DBB96F
Text Example
Text Example
White with #DBB96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB96F; }
p { color: rgb(219,185,111); }
H1.HeaderClassName
{
color: #DBB96F;
}
.AnyTagClassName
{
color: #DBB96F;
}
</style>
background-color css
<style>
a { background-color: #DBB96F; }
a { background-color: rgb(219,185,111); }
div.DivClassName
{
background-color: #DBB96F;
}
.BgClassName
{
background-color: #DBB96F;
}
</style>
border-color css
<style>
span { border-color: #DBB96F; }
span { border-color: rgb(219,185,111); }
td.TdClassName
{
border-color: #DBB96F;
}
.TagClassName
{
border-color: #DBB96F;
}
</style>