Shades of Chenin #DBC276
Tints of Chenin #DBC276
RGB
CMYK
RGB Variations
Color information
#DBC276 (or 0xDBC276) is known color: Chenin. HEX triplet: DB, C2 and 76. RGB value is (219,194,118). Sum of RGB (Red+Green+Blue) = 219+194+118=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC276 is #243D89. Grayscale: #C1C1C1. Windows color (decimal): -2375050 or 7783131. OLE color: 7783131.
HSL color Cylindrical-coordinate representation of color #DBC276: hue angle of 45.15º 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 #DBC276 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 118 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.14 |
| HSL | 45.15º | 0.58% | 0.66% | - |
| HSV(B) | 45.15º | 0.46% | 0.86% | - |
| XYZ | 51.78 | 54.95 | 25.02 | - |
| YUV | 192.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 118 | 0 | 0.11 | 0.46 | 0.14 | 45.15 | 0.58 | 0.66 |
| Hex | DB | C2 | 76 | 0 | B | 2E | E | 2D | 3A | 42 |
| Octal | 333 | 302 | 166 | 0 | 13 | 56 | 16 | 55 | 72 | 102 |
| Binary | 11011011 | 11000010 | 1110110 | 0 | 1011 | 101110 | 1110 | 101101 | 111010 | 1000010 |
Color Harmonies of #DBC276
Complementary color
Monochromatic Colors of #DBC276
Black with #DBC276
Text Example
Text Example
White with #DBC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC276; }
p { color: rgb(219,194,118); }
H1.HeaderClassName
{
color: #DBC276;
}
.AnyTagClassName
{
color: #DBC276;
}
</style>
background-color css
<style>
a { background-color: #DBC276; }
a { background-color: rgb(219,194,118); }
div.DivClassName
{
background-color: #DBC276;
}
.BgClassName
{
background-color: #DBC276;
}
</style>
border-color css
<style>
span { border-color: #DBC276; }
span { border-color: rgb(219,194,118); }
td.TdClassName
{
border-color: #DBC276;
}
.TagClassName
{
border-color: #DBC276;
}
</style>