Shades of Chenin #DBCB71
Tints of Chenin #DBCB71
RGB
CMYK
RGB Variations
Color information
#DBCB71 (or 0xDBCB71) is known color: Chenin. HEX triplet: DB, CB and 71. RGB value is (219,203,113). Sum of RGB (Red+Green+Blue) = 219+203+113=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB71 is #24348E. Grayscale: #C5C5C5. Windows color (decimal): -2372751 or 7457755. OLE color: 7457755.
HSL color Cylindrical-coordinate representation of color #DBCB71: hue angle of 50.94º 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 #DBCB71 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 113 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.14 |
| HSL | 50.94º | 0.6% | 0.65% | - |
| HSV(B) | 50.94º | 0.48% | 0.86% | - |
| XYZ | 53.55 | 58.96 | 24.18 | - |
| YUV | 197.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 113 | 0 | 0.07 | 0.48 | 0.14 | 50.94 | 0.6 | 0.65 |
| Hex | DB | CB | 71 | 0 | 7 | 30 | E | 33 | 3C | 41 |
| Octal | 333 | 313 | 161 | 0 | 7 | 60 | 16 | 63 | 74 | 101 |
| Binary | 11011011 | 11001011 | 1110001 | 0 | 111 | 110000 | 1110 | 110011 | 111100 | 1000001 |
Color Harmonies of #DBCB71
Complementary color
Monochromatic Colors of #DBCB71
Black with #DBCB71
Text Example
Text Example
White with #DBCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB71; }
p { color: rgb(219,203,113); }
H1.HeaderClassName
{
color: #DBCB71;
}
.AnyTagClassName
{
color: #DBCB71;
}
</style>
background-color css
<style>
a { background-color: #DBCB71; }
a { background-color: rgb(219,203,113); }
div.DivClassName
{
background-color: #DBCB71;
}
.BgClassName
{
background-color: #DBCB71;
}
</style>
border-color css
<style>
span { border-color: #DBCB71; }
span { border-color: rgb(219,203,113); }
td.TdClassName
{
border-color: #DBCB71;
}
.TagClassName
{
border-color: #DBCB71;
}
</style>