Shades of Chenin #DBBE6A
Tints of Chenin #DBBE6A
RGB
CMYK
RGB Variations
Color information
#DBBE6A (or 0xDBBE6A) is known color: Chenin. HEX triplet: DB, BE and 6A. RGB value is (219,190,106). Sum of RGB (Red+Green+Blue) = 219+190+106=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE6A is #244195. Grayscale: #BDBDBD. Windows color (decimal): -2376086 or 6995675. OLE color: 6995675.
HSL color Cylindrical-coordinate representation of color #DBBE6A: hue angle of 44.6º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBBE6A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 106 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.14 |
| HSL | 44.6º | 0.61% | 0.64% | - |
| HSV(B) | 44.6º | 0.52% | 0.86% | - |
| XYZ | 50.23 | 52.93 | 21.2 | - |
| YUV | 189.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 106 | 0 | 0.13 | 0.52 | 0.14 | 44.6 | 0.61 | 0.64 |
| Hex | DB | BE | 6A | 0 | D | 34 | E | 2D | 3D | 40 |
| Octal | 333 | 276 | 152 | 0 | 15 | 64 | 16 | 55 | 75 | 100 |
| Binary | 11011011 | 10111110 | 1101010 | 0 | 1101 | 110100 | 1110 | 101101 | 111101 | 1000000 |
Color Harmonies of #DBBE6A
Complementary color
Monochromatic Colors of #DBBE6A
Black with #DBBE6A
Text Example
Text Example
White with #DBBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE6A; }
p { color: rgb(219,190,106); }
H1.HeaderClassName
{
color: #DBBE6A;
}
.AnyTagClassName
{
color: #DBBE6A;
}
</style>
background-color css
<style>
a { background-color: #DBBE6A; }
a { background-color: rgb(219,190,106); }
div.DivClassName
{
background-color: #DBBE6A;
}
.BgClassName
{
background-color: #DBBE6A;
}
</style>
border-color css
<style>
span { border-color: #DBBE6A; }
span { border-color: rgb(219,190,106); }
td.TdClassName
{
border-color: #DBBE6A;
}
.TagClassName
{
border-color: #DBBE6A;
}
</style>