Shades of Chenin #DBBB6E
Tints of Chenin #DBBB6E
RGB
CMYK
RGB Variations
Color information
#DBBB6E (or 0xDBBB6E) is known color: Chenin. HEX triplet: DB, BB and 6E. RGB value is (219,187,110). Sum of RGB (Red+Green+Blue) = 219+187+110=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB6E is #244491. Grayscale: #BCBCBC. Windows color (decimal): -2376850 or 7257051. OLE color: 7257051.
HSL color Cylindrical-coordinate representation of color #DBBB6E: hue angle of 42.39º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBBB6E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 110 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.14 |
| HSL | 42.39º | 0.6% | 0.65% | - |
| HSV(B) | 42.39º | 0.5% | 0.86% | - |
| XYZ | 49.8 | 51.73 | 22.11 | - |
| YUV | 187.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 110 | 0 | 0.15 | 0.50 | 0.14 | 42.39 | 0.6 | 0.65 |
| Hex | DB | BB | 6E | 0 | F | 32 | E | 2A | 3C | 41 |
| Octal | 333 | 273 | 156 | 0 | 17 | 62 | 16 | 52 | 74 | 101 |
| Binary | 11011011 | 10111011 | 1101110 | 0 | 1111 | 110010 | 1110 | 101010 | 111100 | 1000001 |
Color Harmonies of #DBBB6E
Complementary color
Monochromatic Colors of #DBBB6E
Black with #DBBB6E
Text Example
Text Example
White with #DBBB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB6E; }
p { color: rgb(219,187,110); }
H1.HeaderClassName
{
color: #DBBB6E;
}
.AnyTagClassName
{
color: #DBBB6E;
}
</style>
background-color css
<style>
a { background-color: #DBBB6E; }
a { background-color: rgb(219,187,110); }
div.DivClassName
{
background-color: #DBBB6E;
}
.BgClassName
{
background-color: #DBBB6E;
}
</style>
border-color css
<style>
span { border-color: #DBBB6E; }
span { border-color: rgb(219,187,110); }
td.TdClassName
{
border-color: #DBBB6E;
}
.TagClassName
{
border-color: #DBBB6E;
}
</style>