Shades of Chenin #DBBC73
Tints of Chenin #DBBC73
RGB
CMYK
RGB Variations
Color information
#DBBC73 (or 0xDBBC73) is known color: Chenin. HEX triplet: DB, BC and 73. RGB value is (219,188,115). Sum of RGB (Red+Green+Blue) = 219+188+115=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC73 is #24438C. Grayscale: #BDBDBD. Windows color (decimal): -2376589 or 7584987. OLE color: 7584987.
HSL color Cylindrical-coordinate representation of color #DBBC73: hue angle of 42.12º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBBC73 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 115 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.14 |
| HSL | 42.12º | 0.59% | 0.65% | - |
| HSV(B) | 42.12º | 0.47% | 0.86% | - |
| XYZ | 50.29 | 52.26 | 23.66 | - |
| YUV | 188.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 115 | 0 | 0.14 | 0.47 | 0.14 | 42.12 | 0.59 | 0.65 |
| Hex | DB | BC | 73 | 0 | E | 2F | E | 2A | 3B | 41 |
| Octal | 333 | 274 | 163 | 0 | 16 | 57 | 16 | 52 | 73 | 101 |
| Binary | 11011011 | 10111100 | 1110011 | 0 | 1110 | 101111 | 1110 | 101010 | 111011 | 1000001 |
Color Harmonies of #DBBC73
Complementary color
Monochromatic Colors of #DBBC73
Black with #DBBC73
Text Example
Text Example
White with #DBBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC73; }
p { color: rgb(219,188,115); }
H1.HeaderClassName
{
color: #DBBC73;
}
.AnyTagClassName
{
color: #DBBC73;
}
</style>
background-color css
<style>
a { background-color: #DBBC73; }
a { background-color: rgb(219,188,115); }
div.DivClassName
{
background-color: #DBBC73;
}
.BgClassName
{
background-color: #DBBC73;
}
</style>
border-color css
<style>
span { border-color: #DBBC73; }
span { border-color: rgb(219,188,115); }
td.TdClassName
{
border-color: #DBBC73;
}
.TagClassName
{
border-color: #DBBC73;
}
</style>