Shades of Chenin #DBC971
Tints of Chenin #DBC971
RGB
CMYK
RGB Variations
Color information
#DBC971 (or 0xDBC971) is known color: Chenin. HEX triplet: DB, C9 and 71. RGB value is (219,201,113). Sum of RGB (Red+Green+Blue) = 219+201+113=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC971 is #24368E. Grayscale: #C4C4C4. Windows color (decimal): -2373263 or 7457243. OLE color: 7457243.
HSL color Cylindrical-coordinate representation of color #DBC971: hue angle of 49.81º 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 #DBC971 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 113 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.14 |
| HSL | 49.81º | 0.6% | 0.65% | - |
| HSV(B) | 49.81º | 0.48% | 0.86% | - |
| XYZ | 53.08 | 58.03 | 24.03 | - |
| YUV | 196.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 113 | 0 | 0.08 | 0.48 | 0.14 | 49.81 | 0.6 | 0.65 |
| Hex | DB | C9 | 71 | 0 | 8 | 30 | E | 32 | 3C | 41 |
| Octal | 333 | 311 | 161 | 0 | 10 | 60 | 16 | 62 | 74 | 101 |
| Binary | 11011011 | 11001001 | 1110001 | 0 | 1000 | 110000 | 1110 | 110010 | 111100 | 1000001 |
Color Harmonies of #DBC971
Complementary color
Monochromatic Colors of #DBC971
Black with #DBC971
Text Example
Text Example
White with #DBC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC971; }
p { color: rgb(219,201,113); }
H1.HeaderClassName
{
color: #DBC971;
}
.AnyTagClassName
{
color: #DBC971;
}
</style>
background-color css
<style>
a { background-color: #DBC971; }
a { background-color: rgb(219,201,113); }
div.DivClassName
{
background-color: #DBC971;
}
.BgClassName
{
background-color: #DBC971;
}
</style>
border-color css
<style>
span { border-color: #DBC971; }
span { border-color: rgb(219,201,113); }
td.TdClassName
{
border-color: #DBC971;
}
.TagClassName
{
border-color: #DBC971;
}
</style>