Shades of Chenin #DBB771
Tints of Chenin #DBB771
RGB
CMYK
RGB Variations
Color information
#DBB771 (or 0xDBB771) is known color: Chenin. HEX triplet: DB, B7 and 71. RGB value is (219,183,113). Sum of RGB (Red+Green+Blue) = 219+183+113=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB771 is #24488E. Grayscale: #BABABA. Windows color (decimal): -2377871 or 7452635. OLE color: 7452635.
HSL color Cylindrical-coordinate representation of color #DBB771: hue angle of 39.62º 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 #DBB771 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 113 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.14 |
| HSL | 39.62º | 0.6% | 0.65% | - |
| HSV(B) | 39.62º | 0.48% | 0.86% | - |
| XYZ | 49.13 | 50.12 | 22.71 | - |
| YUV | 185.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 113 | 0 | 0.16 | 0.48 | 0.14 | 39.62 | 0.6 | 0.65 |
| Hex | DB | B7 | 71 | 0 | 10 | 30 | E | 28 | 3C | 41 |
| Octal | 333 | 267 | 161 | 0 | 20 | 60 | 16 | 50 | 74 | 101 |
| Binary | 11011011 | 10110111 | 1110001 | 0 | 10000 | 110000 | 1110 | 101000 | 111100 | 1000001 |
Color Harmonies of #DBB771
Complementary color
Monochromatic Colors of #DBB771
Black with #DBB771
Text Example
Text Example
White with #DBB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB771; }
p { color: rgb(219,183,113); }
H1.HeaderClassName
{
color: #DBB771;
}
.AnyTagClassName
{
color: #DBB771;
}
</style>
background-color css
<style>
a { background-color: #DBB771; }
a { background-color: rgb(219,183,113); }
div.DivClassName
{
background-color: #DBB771;
}
.BgClassName
{
background-color: #DBB771;
}
</style>
border-color css
<style>
span { border-color: #DBB771; }
span { border-color: rgb(219,183,113); }
td.TdClassName
{
border-color: #DBB771;
}
.TagClassName
{
border-color: #DBB771;
}
</style>