Shades of Chenin #DBBE69
Tints of Chenin #DBBE69
RGB
CMYK
RGB Variations
Color information
#DBBE69 (or 0xDBBE69) is known color: Chenin. HEX triplet: DB, BE and 69. RGB value is (219,190,105). Sum of RGB (Red+Green+Blue) = 219+190+105=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE69 is #244196. Grayscale: #BDBDBD. Windows color (decimal): -2376087 or 6930139. OLE color: 6930139.
HSL color Cylindrical-coordinate representation of color #DBBE69: hue angle of 44.74º 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 #DBBE69 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 105 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.14 |
| HSL | 44.74º | 0.61% | 0.64% | - |
| HSV(B) | 44.74º | 0.52% | 0.86% | - |
| XYZ | 50.18 | 52.91 | 20.93 | - |
| YUV | 188.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 105 | 0 | 0.13 | 0.52 | 0.14 | 44.74 | 0.61 | 0.64 |
| Hex | DB | BE | 69 | 0 | D | 34 | E | 2D | 3D | 40 |
| Octal | 333 | 276 | 151 | 0 | 15 | 64 | 16 | 55 | 75 | 100 |
| Binary | 11011011 | 10111110 | 1101001 | 0 | 1101 | 110100 | 1110 | 101101 | 111101 | 1000000 |
Color Harmonies of #DBBE69
Complementary color
Monochromatic Colors of #DBBE69
Black with #DBBE69
Text Example
Text Example
White with #DBBE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE69; }
p { color: rgb(219,190,105); }
H1.HeaderClassName
{
color: #DBBE69;
}
.AnyTagClassName
{
color: #DBBE69;
}
</style>
background-color css
<style>
a { background-color: #DBBE69; }
a { background-color: rgb(219,190,105); }
div.DivClassName
{
background-color: #DBBE69;
}
.BgClassName
{
background-color: #DBBE69;
}
</style>
border-color css
<style>
span { border-color: #DBBE69; }
span { border-color: rgb(219,190,105); }
td.TdClassName
{
border-color: #DBBE69;
}
.TagClassName
{
border-color: #DBBE69;
}
</style>