Shades of Chenin #DBB86D
Tints of Chenin #DBB86D
RGB
CMYK
RGB Variations
Color information
#DBB86D (or 0xDBB86D) is known color: Chenin. HEX triplet: DB, B8 and 6D. RGB value is (219,184,109). Sum of RGB (Red+Green+Blue) = 219+184+109=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB86D is #244792. Grayscale: #BABABA. Windows color (decimal): -2377619 or 7190747. OLE color: 7190747.
HSL color Cylindrical-coordinate representation of color #DBB86D: hue angle of 40.91º 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 #DBB86D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 109 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.14 |
| HSL | 40.91º | 0.6% | 0.64% | - |
| HSV(B) | 40.91º | 0.5% | 0.86% | - |
| XYZ | 49.11 | 50.45 | 21.62 | - |
| YUV | 185.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 109 | 0 | 0.16 | 0.50 | 0.14 | 40.91 | 0.6 | 0.64 |
| Hex | DB | B8 | 6D | 0 | 10 | 32 | E | 29 | 3C | 40 |
| Octal | 333 | 270 | 155 | 0 | 20 | 62 | 16 | 51 | 74 | 100 |
| Binary | 11011011 | 10111000 | 1101101 | 0 | 10000 | 110010 | 1110 | 101001 | 111100 | 1000000 |
Color Harmonies of #DBB86D
Complementary color
Monochromatic Colors of #DBB86D
Black with #DBB86D
Text Example
Text Example
White with #DBB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB86D; }
p { color: rgb(219,184,109); }
H1.HeaderClassName
{
color: #DBB86D;
}
.AnyTagClassName
{
color: #DBB86D;
}
</style>
background-color css
<style>
a { background-color: #DBB86D; }
a { background-color: rgb(219,184,109); }
div.DivClassName
{
background-color: #DBB86D;
}
.BgClassName
{
background-color: #DBB86D;
}
</style>
border-color css
<style>
span { border-color: #DBB86D; }
span { border-color: rgb(219,184,109); }
td.TdClassName
{
border-color: #DBB86D;
}
.TagClassName
{
border-color: #DBB86D;
}
</style>