Shades of Chenin #DBBE70
Tints of Chenin #DBBE70
RGB
CMYK
RGB Variations
Color information
#DBBE70 (or 0xDBBE70) is known color: Chenin. HEX triplet: DB, BE and 70. RGB value is (219,190,112). Sum of RGB (Red+Green+Blue) = 219+190+112=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE70 is #24418F. Grayscale: #BEBEBE. Windows color (decimal): -2376080 or 7388891. OLE color: 7388891.
HSL color Cylindrical-coordinate representation of color #DBBE70: hue angle of 43.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBBE70 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 112 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.14 |
| HSL | 43.74º | 0.6% | 0.65% | - |
| HSV(B) | 43.74º | 0.49% | 0.86% | - |
| XYZ | 50.55 | 53.06 | 22.91 | - |
| YUV | 189.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 112 | 0 | 0.13 | 0.49 | 0.14 | 43.74 | 0.6 | 0.65 |
| Hex | DB | BE | 70 | 0 | D | 31 | E | 2C | 3C | 41 |
| Octal | 333 | 276 | 160 | 0 | 15 | 61 | 16 | 54 | 74 | 101 |
| Binary | 11011011 | 10111110 | 1110000 | 0 | 1101 | 110001 | 1110 | 101100 | 111100 | 1000001 |
Color Harmonies of #DBBE70
Complementary color
Monochromatic Colors of #DBBE70
Black with #DBBE70
Text Example
Text Example
White with #DBBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE70; }
p { color: rgb(219,190,112); }
H1.HeaderClassName
{
color: #DBBE70;
}
.AnyTagClassName
{
color: #DBBE70;
}
</style>
background-color css
<style>
a { background-color: #DBBE70; }
a { background-color: rgb(219,190,112); }
div.DivClassName
{
background-color: #DBBE70;
}
.BgClassName
{
background-color: #DBBE70;
}
</style>
border-color css
<style>
span { border-color: #DBBE70; }
span { border-color: rgb(219,190,112); }
td.TdClassName
{
border-color: #DBBE70;
}
.TagClassName
{
border-color: #DBBE70;
}
</style>