Shades of Chenin #DBBD6D
Tints of Chenin #DBBD6D
RGB
CMYK
RGB Variations
Color information
#DBBD6D (or 0xDBBD6D) is known color: Chenin. HEX triplet: DB, BD and 6D. RGB value is (219,189,109). Sum of RGB (Red+Green+Blue) = 219+189+109=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD6D is #244292. Grayscale: #BDBDBD. Windows color (decimal): -2376339 or 7192027. OLE color: 7192027.
HSL color Cylindrical-coordinate representation of color #DBBD6D: hue angle of 43.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBBD6D is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 109 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.14 |
| HSL | 43.64º | 0.6% | 0.64% | - |
| HSV(B) | 43.64º | 0.5% | 0.86% | - |
| XYZ | 50.17 | 52.56 | 21.97 | - |
| YUV | 188.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 109 | 0 | 0.14 | 0.50 | 0.14 | 43.64 | 0.6 | 0.64 |
| Hex | DB | BD | 6D | 0 | E | 32 | E | 2C | 3C | 40 |
| Octal | 333 | 275 | 155 | 0 | 16 | 62 | 16 | 54 | 74 | 100 |
| Binary | 11011011 | 10111101 | 1101101 | 0 | 1110 | 110010 | 1110 | 101100 | 111100 | 1000000 |
Color Harmonies of #DBBD6D
Complementary color
Monochromatic Colors of #DBBD6D
Black with #DBBD6D
Text Example
Text Example
White with #DBBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD6D; }
p { color: rgb(219,189,109); }
H1.HeaderClassName
{
color: #DBBD6D;
}
.AnyTagClassName
{
color: #DBBD6D;
}
</style>
background-color css
<style>
a { background-color: #DBBD6D; }
a { background-color: rgb(219,189,109); }
div.DivClassName
{
background-color: #DBBD6D;
}
.BgClassName
{
background-color: #DBBD6D;
}
</style>
border-color css
<style>
span { border-color: #DBBD6D; }
span { border-color: rgb(219,189,109); }
td.TdClassName
{
border-color: #DBBD6D;
}
.TagClassName
{
border-color: #DBBD6D;
}
</style>