Shades of Chenin #DBB86C
Tints of Chenin #DBB86C
RGB
CMYK
RGB Variations
Color information
#DBB86C (or 0xDBB86C) is known color: Chenin. HEX triplet: DB, B8 and 6C. RGB value is (219,184,108). Sum of RGB (Red+Green+Blue) = 219+184+108=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB86C is #244793. Grayscale: #BABABA. Windows color (decimal): -2377620 or 7125211. OLE color: 7125211.
HSL color Cylindrical-coordinate representation of color #DBB86C: hue angle of 41.08º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBB86C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 108 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.14 |
| HSL | 41.08º | 0.61% | 0.64% | - |
| HSV(B) | 41.08º | 0.51% | 0.86% | - |
| XYZ | 49.06 | 50.42 | 21.33 | - |
| YUV | 185.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 108 | 0 | 0.16 | 0.51 | 0.14 | 41.08 | 0.61 | 0.64 |
| Hex | DB | B8 | 6C | 0 | 10 | 33 | E | 29 | 3D | 40 |
| Octal | 333 | 270 | 154 | 0 | 20 | 63 | 16 | 51 | 75 | 100 |
| Binary | 11011011 | 10111000 | 1101100 | 0 | 10000 | 110011 | 1110 | 101001 | 111101 | 1000000 |
Color Harmonies of #DBB86C
Complementary color
Monochromatic Colors of #DBB86C
Black with #DBB86C
Text Example
Text Example
White with #DBB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB86C; }
p { color: rgb(219,184,108); }
H1.HeaderClassName
{
color: #DBB86C;
}
.AnyTagClassName
{
color: #DBB86C;
}
</style>
background-color css
<style>
a { background-color: #DBB86C; }
a { background-color: rgb(219,184,108); }
div.DivClassName
{
background-color: #DBB86C;
}
.BgClassName
{
background-color: #DBB86C;
}
</style>
border-color css
<style>
span { border-color: #DBB86C; }
span { border-color: rgb(219,184,108); }
td.TdClassName
{
border-color: #DBB86C;
}
.TagClassName
{
border-color: #DBB86C;
}
</style>