Shades of Chenin #DBBD6E
Tints of Chenin #DBBD6E
RGB
CMYK
RGB Variations
Color information
#DBBD6E (or 0xDBBD6E) is known color: Chenin. HEX triplet: DB, BD and 6E. RGB value is (219,189,110). Sum of RGB (Red+Green+Blue) = 219+189+110=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD6E is #244291. Grayscale: #BDBDBD. Windows color (decimal): -2376338 or 7257563. OLE color: 7257563.
HSL color Cylindrical-coordinate representation of color #DBBD6E: hue angle of 43.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBBD6E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 110 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.14 |
| HSL | 43.49º | 0.6% | 0.65% | - |
| HSV(B) | 43.49º | 0.5% | 0.86% | - |
| XYZ | 50.23 | 52.58 | 22.25 | - |
| YUV | 188.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 110 | 0 | 0.14 | 0.50 | 0.14 | 43.49 | 0.6 | 0.65 |
| Hex | DB | BD | 6E | 0 | E | 32 | E | 2B | 3C | 41 |
| Octal | 333 | 275 | 156 | 0 | 16 | 62 | 16 | 53 | 74 | 101 |
| Binary | 11011011 | 10111101 | 1101110 | 0 | 1110 | 110010 | 1110 | 101011 | 111100 | 1000001 |
Color Harmonies of #DBBD6E
Complementary color
Monochromatic Colors of #DBBD6E
Black with #DBBD6E
Text Example
Text Example
White with #DBBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD6E; }
p { color: rgb(219,189,110); }
H1.HeaderClassName
{
color: #DBBD6E;
}
.AnyTagClassName
{
color: #DBBD6E;
}
</style>
background-color css
<style>
a { background-color: #DBBD6E; }
a { background-color: rgb(219,189,110); }
div.DivClassName
{
background-color: #DBBD6E;
}
.BgClassName
{
background-color: #DBBD6E;
}
</style>
border-color css
<style>
span { border-color: #DBBD6E; }
span { border-color: rgb(219,189,110); }
td.TdClassName
{
border-color: #DBBD6E;
}
.TagClassName
{
border-color: #DBBD6E;
}
</style>