Shades of Chenin #DBBE6D
Tints of Chenin #DBBE6D
RGB
CMYK
RGB Variations
Color information
#DBBE6D (or 0xDBBE6D) is known color: Chenin. HEX triplet: DB, BE and 6D. RGB value is (219,190,109). Sum of RGB (Red+Green+Blue) = 219+190+109=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE6D is #244192. Grayscale: #BDBDBD. Windows color (decimal): -2376083 or 7192283. OLE color: 7192283.
HSL color Cylindrical-coordinate representation of color #DBBE6D: hue angle of 44.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBBE6D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 109 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.14 |
| HSL | 44.18º | 0.6% | 0.64% | - |
| HSV(B) | 44.18º | 0.5% | 0.86% | - |
| XYZ | 50.39 | 52.99 | 22.04 | - |
| YUV | 189.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 109 | 0 | 0.13 | 0.50 | 0.14 | 44.18 | 0.6 | 0.64 |
| Hex | DB | BE | 6D | 0 | D | 32 | E | 2C | 3C | 40 |
| Octal | 333 | 276 | 155 | 0 | 15 | 62 | 16 | 54 | 74 | 100 |
| Binary | 11011011 | 10111110 | 1101101 | 0 | 1101 | 110010 | 1110 | 101100 | 111100 | 1000000 |
Color Harmonies of #DBBE6D
Complementary color
Monochromatic Colors of #DBBE6D
Black with #DBBE6D
Text Example
Text Example
White with #DBBE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE6D; }
p { color: rgb(219,190,109); }
H1.HeaderClassName
{
color: #DBBE6D;
}
.AnyTagClassName
{
color: #DBBE6D;
}
</style>
background-color css
<style>
a { background-color: #DBBE6D; }
a { background-color: rgb(219,190,109); }
div.DivClassName
{
background-color: #DBBE6D;
}
.BgClassName
{
background-color: #DBBE6D;
}
</style>
border-color css
<style>
span { border-color: #DBBE6D; }
span { border-color: rgb(219,190,109); }
td.TdClassName
{
border-color: #DBBE6D;
}
.TagClassName
{
border-color: #DBBE6D;
}
</style>