Shades of Chenin #DBC076
Tints of Chenin #DBC076
RGB
CMYK
RGB Variations
Color information
#DBC076 (or 0xDBC076) is known color: Chenin. HEX triplet: DB, C0 and 76. RGB value is (219,192,118). Sum of RGB (Red+Green+Blue) = 219+192+118=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC076 is #243F89. Grayscale: #BFBFBF. Windows color (decimal): -2375562 or 7782619. OLE color: 7782619.
HSL color Cylindrical-coordinate representation of color #DBC076: hue angle of 43.96º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBC076 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 118 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.14 |
| HSL | 43.96º | 0.58% | 0.66% | - |
| HSV(B) | 43.96º | 0.46% | 0.86% | - |
| XYZ | 51.33 | 54.07 | 24.87 | - |
| YUV | 191.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 118 | 0 | 0.12 | 0.46 | 0.14 | 43.96 | 0.58 | 0.66 |
| Hex | DB | C0 | 76 | 0 | C | 2E | E | 2C | 3A | 42 |
| Octal | 333 | 300 | 166 | 0 | 14 | 56 | 16 | 54 | 72 | 102 |
| Binary | 11011011 | 11000000 | 1110110 | 0 | 1100 | 101110 | 1110 | 101100 | 111010 | 1000010 |
Color Harmonies of #DBC076
Complementary color
Monochromatic Colors of #DBC076
Black with #DBC076
Text Example
Text Example
White with #DBC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC076; }
p { color: rgb(219,192,118); }
H1.HeaderClassName
{
color: #DBC076;
}
.AnyTagClassName
{
color: #DBC076;
}
</style>
background-color css
<style>
a { background-color: #DBC076; }
a { background-color: rgb(219,192,118); }
div.DivClassName
{
background-color: #DBC076;
}
.BgClassName
{
background-color: #DBC076;
}
</style>
border-color css
<style>
span { border-color: #DBC076; }
span { border-color: rgb(219,192,118); }
td.TdClassName
{
border-color: #DBC076;
}
.TagClassName
{
border-color: #DBC076;
}
</style>