Shades of Chenin #DBC371
Tints of Chenin #DBC371
RGB
CMYK
RGB Variations
Color information
#DBC371 (or 0xDBC371) is known color: Chenin. HEX triplet: DB, C3 and 71. RGB value is (219,195,113). Sum of RGB (Red+Green+Blue) = 219+195+113=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC371 is #243C8E. Grayscale: #C1C1C1. Windows color (decimal): -2374799 or 7455707. OLE color: 7455707.
HSL color Cylindrical-coordinate representation of color #DBC371: hue angle of 46.42º 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 #DBC371 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 113 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.14 |
| HSL | 46.42º | 0.6% | 0.65% | - |
| HSV(B) | 46.42º | 0.48% | 0.86% | - |
| XYZ | 51.71 | 55.28 | 23.57 | - |
| YUV | 192.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 113 | 0 | 0.11 | 0.48 | 0.14 | 46.42 | 0.6 | 0.65 |
| Hex | DB | C3 | 71 | 0 | B | 30 | E | 2E | 3C | 41 |
| Octal | 333 | 303 | 161 | 0 | 13 | 60 | 16 | 56 | 74 | 101 |
| Binary | 11011011 | 11000011 | 1110001 | 0 | 1011 | 110000 | 1110 | 101110 | 111100 | 1000001 |
Color Harmonies of #DBC371
Complementary color
Monochromatic Colors of #DBC371
Black with #DBC371
Text Example
Text Example
White with #DBC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC371; }
p { color: rgb(219,195,113); }
H1.HeaderClassName
{
color: #DBC371;
}
.AnyTagClassName
{
color: #DBC371;
}
</style>
background-color css
<style>
a { background-color: #DBC371; }
a { background-color: rgb(219,195,113); }
div.DivClassName
{
background-color: #DBC371;
}
.BgClassName
{
background-color: #DBC371;
}
</style>
border-color css
<style>
span { border-color: #DBC371; }
span { border-color: rgb(219,195,113); }
td.TdClassName
{
border-color: #DBC371;
}
.TagClassName
{
border-color: #DBC371;
}
</style>