Shades of Chenin #DBC476
Tints of Chenin #DBC476
RGB
CMYK
RGB Variations
Color information
#DBC476 (or 0xDBC476) is known color: Chenin. HEX triplet: DB, C4 and 76. RGB value is (219,196,118). Sum of RGB (Red+Green+Blue) = 219+196+118=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC476 is #243B89. Grayscale: #C2C2C2. Windows color (decimal): -2374538 or 7783643. OLE color: 7783643.
HSL color Cylindrical-coordinate representation of color #DBC476: hue angle of 46.34º 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 #DBC476 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 118 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.14 |
| HSL | 46.34º | 0.58% | 0.66% | - |
| HSV(B) | 46.34º | 0.46% | 0.86% | - |
| XYZ | 52.22 | 55.85 | 25.17 | - |
| YUV | 193.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 118 | 0 | 0.11 | 0.46 | 0.14 | 46.34 | 0.58 | 0.66 |
| Hex | DB | C4 | 76 | 0 | B | 2E | E | 2E | 3A | 42 |
| Octal | 333 | 304 | 166 | 0 | 13 | 56 | 16 | 56 | 72 | 102 |
| Binary | 11011011 | 11000100 | 1110110 | 0 | 1011 | 101110 | 1110 | 101110 | 111010 | 1000010 |
Color Harmonies of #DBC476
Complementary color
Monochromatic Colors of #DBC476
Black with #DBC476
Text Example
Text Example
White with #DBC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC476; }
p { color: rgb(219,196,118); }
H1.HeaderClassName
{
color: #DBC476;
}
.AnyTagClassName
{
color: #DBC476;
}
</style>
background-color css
<style>
a { background-color: #DBC476; }
a { background-color: rgb(219,196,118); }
div.DivClassName
{
background-color: #DBC476;
}
.BgClassName
{
background-color: #DBC476;
}
</style>
border-color css
<style>
span { border-color: #DBC476; }
span { border-color: rgb(219,196,118); }
td.TdClassName
{
border-color: #DBC476;
}
.TagClassName
{
border-color: #DBC476;
}
</style>