Shades of Chenin #DBBB73
Tints of Chenin #DBBB73
RGB
CMYK
RGB Variations
Color information
#DBBB73 (or 0xDBBB73) is known color: Chenin. HEX triplet: DB, BB and 73. RGB value is (219,187,115). Sum of RGB (Red+Green+Blue) = 219+187+115=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB73 is #24448C. Grayscale: #BCBCBC. Windows color (decimal): -2376845 or 7584731. OLE color: 7584731.
HSL color Cylindrical-coordinate representation of color #DBBB73: hue angle of 41.54º 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 #DBBB73 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 115 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.14 |
| HSL | 41.54º | 0.59% | 0.65% | - |
| HSV(B) | 41.54º | 0.47% | 0.86% | - |
| XYZ | 50.08 | 51.84 | 23.59 | - |
| YUV | 188.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 115 | 0 | 0.15 | 0.47 | 0.14 | 41.54 | 0.59 | 0.65 |
| Hex | DB | BB | 73 | 0 | F | 2F | E | 2A | 3B | 41 |
| Octal | 333 | 273 | 163 | 0 | 17 | 57 | 16 | 52 | 73 | 101 |
| Binary | 11011011 | 10111011 | 1110011 | 0 | 1111 | 101111 | 1110 | 101010 | 111011 | 1000001 |
Color Harmonies of #DBBB73
Complementary color
Monochromatic Colors of #DBBB73
Black with #DBBB73
Text Example
Text Example
White with #DBBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB73; }
p { color: rgb(219,187,115); }
H1.HeaderClassName
{
color: #DBBB73;
}
.AnyTagClassName
{
color: #DBBB73;
}
</style>
background-color css
<style>
a { background-color: #DBBB73; }
a { background-color: rgb(219,187,115); }
div.DivClassName
{
background-color: #DBBB73;
}
.BgClassName
{
background-color: #DBBB73;
}
</style>
border-color css
<style>
span { border-color: #DBBB73; }
span { border-color: rgb(219,187,115); }
td.TdClassName
{
border-color: #DBBB73;
}
.TagClassName
{
border-color: #DBBB73;
}
</style>