Shades of Chenin #DBBB76
Tints of Chenin #DBBB76
RGB
CMYK
RGB Variations
Color information
#DBBB76 (or 0xDBBB76) is known color: Chenin. HEX triplet: DB, BB and 76. RGB value is (219,187,118). Sum of RGB (Red+Green+Blue) = 219+187+118=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB76 is #244489. Grayscale: #BDBDBD. Windows color (decimal): -2376842 or 7781339. OLE color: 7781339.
HSL color Cylindrical-coordinate representation of color #DBBB76: hue angle of 40.99º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBBB76 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 118 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.14 |
| HSL | 40.99º | 0.58% | 0.66% | - |
| HSV(B) | 40.99º | 0.46% | 0.86% | - |
| XYZ | 50.25 | 51.91 | 24.51 | - |
| YUV | 188.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 118 | 0 | 0.15 | 0.46 | 0.14 | 40.99 | 0.58 | 0.66 |
| Hex | DB | BB | 76 | 0 | F | 2E | E | 29 | 3A | 42 |
| Octal | 333 | 273 | 166 | 0 | 17 | 56 | 16 | 51 | 72 | 102 |
| Binary | 11011011 | 10111011 | 1110110 | 0 | 1111 | 101110 | 1110 | 101001 | 111010 | 1000010 |
Color Harmonies of #DBBB76
Complementary color
Monochromatic Colors of #DBBB76
Black with #DBBB76
Text Example
Text Example
White with #DBBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB76; }
p { color: rgb(219,187,118); }
H1.HeaderClassName
{
color: #DBBB76;
}
.AnyTagClassName
{
color: #DBBB76;
}
</style>
background-color css
<style>
a { background-color: #DBBB76; }
a { background-color: rgb(219,187,118); }
div.DivClassName
{
background-color: #DBBB76;
}
.BgClassName
{
background-color: #DBBB76;
}
</style>
border-color css
<style>
span { border-color: #DBBB76; }
span { border-color: rgb(219,187,118); }
td.TdClassName
{
border-color: #DBBB76;
}
.TagClassName
{
border-color: #DBBB76;
}
</style>