Shades of Chenin #DBBB70
Tints of Chenin #DBBB70
RGB
CMYK
RGB Variations
Color information
#DBBB70 (or 0xDBBB70) is known color: Chenin. HEX triplet: DB, BB and 70. RGB value is (219,187,112). Sum of RGB (Red+Green+Blue) = 219+187+112=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB70 is #24448F. Grayscale: #BCBCBC. Windows color (decimal): -2376848 or 7388123. OLE color: 7388123.
HSL color Cylindrical-coordinate representation of color #DBBB70: hue angle of 42.06º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBBB70 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 112 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.14 |
| HSL | 42.06º | 0.6% | 0.65% | - |
| HSV(B) | 42.06º | 0.49% | 0.86% | - |
| XYZ | 49.91 | 51.77 | 22.69 | - |
| YUV | 188.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 112 | 0 | 0.15 | 0.49 | 0.14 | 42.06 | 0.6 | 0.65 |
| Hex | DB | BB | 70 | 0 | F | 31 | E | 2A | 3C | 41 |
| Octal | 333 | 273 | 160 | 0 | 17 | 61 | 16 | 52 | 74 | 101 |
| Binary | 11011011 | 10111011 | 1110000 | 0 | 1111 | 110001 | 1110 | 101010 | 111100 | 1000001 |
Color Harmonies of #DBBB70
Complementary color
Monochromatic Colors of #DBBB70
Black with #DBBB70
Text Example
Text Example
White with #DBBB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB70; }
p { color: rgb(219,187,112); }
H1.HeaderClassName
{
color: #DBBB70;
}
.AnyTagClassName
{
color: #DBBB70;
}
</style>
background-color css
<style>
a { background-color: #DBBB70; }
a { background-color: rgb(219,187,112); }
div.DivClassName
{
background-color: #DBBB70;
}
.BgClassName
{
background-color: #DBBB70;
}
</style>
border-color css
<style>
span { border-color: #DBBB70; }
span { border-color: rgb(219,187,112); }
td.TdClassName
{
border-color: #DBBB70;
}
.TagClassName
{
border-color: #DBBB70;
}
</style>