Shades of Chenin #DBB86F
Tints of Chenin #DBB86F
RGB
CMYK
RGB Variations
Color information
#DBB86F (or 0xDBB86F) is known color: Chenin. HEX triplet: DB, B8 and 6F. RGB value is (219,184,111). Sum of RGB (Red+Green+Blue) = 219+184+111=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB86F is #244790. Grayscale: #BABABA. Windows color (decimal): -2377617 or 7321819. OLE color: 7321819.
HSL color Cylindrical-coordinate representation of color #DBB86F: hue angle of 40.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBB86F is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 111 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.14 |
| HSL | 40.56º | 0.6% | 0.65% | - |
| HSV(B) | 40.56º | 0.49% | 0.86% | - |
| XYZ | 49.22 | 50.49 | 22.19 | - |
| YUV | 186.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 111 | 0 | 0.16 | 0.49 | 0.14 | 40.56 | 0.6 | 0.65 |
| Hex | DB | B8 | 6F | 0 | 10 | 31 | E | 29 | 3C | 41 |
| Octal | 333 | 270 | 157 | 0 | 20 | 61 | 16 | 51 | 74 | 101 |
| Binary | 11011011 | 10111000 | 1101111 | 0 | 10000 | 110001 | 1110 | 101001 | 111100 | 1000001 |
Color Harmonies of #DBB86F
Complementary color
Monochromatic Colors of #DBB86F
Black with #DBB86F
Text Example
Text Example
White with #DBB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB86F; }
p { color: rgb(219,184,111); }
H1.HeaderClassName
{
color: #DBB86F;
}
.AnyTagClassName
{
color: #DBB86F;
}
</style>
background-color css
<style>
a { background-color: #DBB86F; }
a { background-color: rgb(219,184,111); }
div.DivClassName
{
background-color: #DBB86F;
}
.BgClassName
{
background-color: #DBB86F;
}
</style>
border-color css
<style>
span { border-color: #DBB86F; }
span { border-color: rgb(219,184,111); }
td.TdClassName
{
border-color: #DBB86F;
}
.TagClassName
{
border-color: #DBB86F;
}
</style>