Shades of Chenin #DBB96B
Tints of Chenin #DBB96B
RGB
CMYK
RGB Variations
Color information
#DBB96B (or 0xDBB96B) is known color: Chenin. HEX triplet: DB, B9 and 6B. RGB value is (219,185,107). Sum of RGB (Red+Green+Blue) = 219+185+107=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB96B is #244694. Grayscale: #BABABA. Windows color (decimal): -2377365 or 7059931. OLE color: 7059931.
HSL color Cylindrical-coordinate representation of color #DBB96B: hue angle of 41.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBB96B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 107 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.14 |
| HSL | 41.79º | 0.61% | 0.64% | - |
| HSV(B) | 41.79º | 0.51% | 0.86% | - |
| XYZ | 49.22 | 50.82 | 21.13 | - |
| YUV | 186.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 107 | 0 | 0.16 | 0.51 | 0.14 | 41.79 | 0.61 | 0.64 |
| Hex | DB | B9 | 6B | 0 | 10 | 33 | E | 2A | 3D | 40 |
| Octal | 333 | 271 | 153 | 0 | 20 | 63 | 16 | 52 | 75 | 100 |
| Binary | 11011011 | 10111001 | 1101011 | 0 | 10000 | 110011 | 1110 | 101010 | 111101 | 1000000 |
Color Harmonies of #DBB96B
Complementary color
Monochromatic Colors of #DBB96B
Black with #DBB96B
Text Example
Text Example
White with #DBB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB96B; }
p { color: rgb(219,185,107); }
H1.HeaderClassName
{
color: #DBB96B;
}
.AnyTagClassName
{
color: #DBB96B;
}
</style>
background-color css
<style>
a { background-color: #DBB96B; }
a { background-color: rgb(219,185,107); }
div.DivClassName
{
background-color: #DBB96B;
}
.BgClassName
{
background-color: #DBB96B;
}
</style>
border-color css
<style>
span { border-color: #DBB96B; }
span { border-color: rgb(219,185,107); }
td.TdClassName
{
border-color: #DBB96B;
}
.TagClassName
{
border-color: #DBB96B;
}
</style>