Shades of Chenin #DBBE6C
Tints of Chenin #DBBE6C
RGB
CMYK
RGB Variations
Color information
#DBBE6C (or 0xDBBE6C) is known color: Chenin. HEX triplet: DB, BE and 6C. RGB value is (219,190,108). Sum of RGB (Red+Green+Blue) = 219+190+108=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE6C is #244193. Grayscale: #BDBDBD. Windows color (decimal): -2376084 or 7126747. OLE color: 7126747.
HSL color Cylindrical-coordinate representation of color #DBBE6C: hue angle of 44.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBBE6C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 108 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.14 |
| HSL | 44.32º | 0.61% | 0.64% | - |
| HSV(B) | 44.32º | 0.51% | 0.86% | - |
| XYZ | 50.33 | 52.97 | 21.76 | - |
| YUV | 189.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 108 | 0 | 0.13 | 0.51 | 0.14 | 44.32 | 0.61 | 0.64 |
| Hex | DB | BE | 6C | 0 | D | 33 | E | 2C | 3D | 40 |
| Octal | 333 | 276 | 154 | 0 | 15 | 63 | 16 | 54 | 75 | 100 |
| Binary | 11011011 | 10111110 | 1101100 | 0 | 1101 | 110011 | 1110 | 101100 | 111101 | 1000000 |
Color Harmonies of #DBBE6C
Complementary color
Monochromatic Colors of #DBBE6C
Black with #DBBE6C
Text Example
Text Example
White with #DBBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE6C; }
p { color: rgb(219,190,108); }
H1.HeaderClassName
{
color: #DBBE6C;
}
.AnyTagClassName
{
color: #DBBE6C;
}
</style>
background-color css
<style>
a { background-color: #DBBE6C; }
a { background-color: rgb(219,190,108); }
div.DivClassName
{
background-color: #DBBE6C;
}
.BgClassName
{
background-color: #DBBE6C;
}
</style>
border-color css
<style>
span { border-color: #DBBE6C; }
span { border-color: rgb(219,190,108); }
td.TdClassName
{
border-color: #DBBE6C;
}
.TagClassName
{
border-color: #DBBE6C;
}
</style>