Shades of Chenin #DBB971
Tints of Chenin #DBB971
RGB
CMYK
RGB Variations
Color information
#DBB971 (or 0xDBB971) is known color: Chenin. HEX triplet: DB, B9 and 71. RGB value is (219,185,113). Sum of RGB (Red+Green+Blue) = 219+185+113=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB971 is #24468E. Grayscale: #BBBBBB. Windows color (decimal): -2377359 or 7453147. OLE color: 7453147.
HSL color Cylindrical-coordinate representation of color #DBB971: hue angle of 40.75º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBB971 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 113 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.14 |
| HSL | 40.75º | 0.6% | 0.65% | - |
| HSV(B) | 40.75º | 0.48% | 0.86% | - |
| XYZ | 49.54 | 50.95 | 22.85 | - |
| YUV | 186.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 113 | 0 | 0.16 | 0.48 | 0.14 | 40.75 | 0.6 | 0.65 |
| Hex | DB | B9 | 71 | 0 | 10 | 30 | E | 29 | 3C | 41 |
| Octal | 333 | 271 | 161 | 0 | 20 | 60 | 16 | 51 | 74 | 101 |
| Binary | 11011011 | 10111001 | 1110001 | 0 | 10000 | 110000 | 1110 | 101001 | 111100 | 1000001 |
Color Harmonies of #DBB971
Complementary color
Monochromatic Colors of #DBB971
Black with #DBB971
Text Example
Text Example
White with #DBB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB971; }
p { color: rgb(219,185,113); }
H1.HeaderClassName
{
color: #DBB971;
}
.AnyTagClassName
{
color: #DBB971;
}
</style>
background-color css
<style>
a { background-color: #DBB971; }
a { background-color: rgb(219,185,113); }
div.DivClassName
{
background-color: #DBB971;
}
.BgClassName
{
background-color: #DBB971;
}
</style>
border-color css
<style>
span { border-color: #DBB971; }
span { border-color: rgb(219,185,113); }
td.TdClassName
{
border-color: #DBB971;
}
.TagClassName
{
border-color: #DBB971;
}
</style>