Shades of Chenin #DBC176
Tints of Chenin #DBC176
RGB
CMYK
RGB Variations
Color information
#DBC176 (or 0xDBC176) is known color: Chenin. HEX triplet: DB, C1 and 76. RGB value is (219,193,118). Sum of RGB (Red+Green+Blue) = 219+193+118=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC176 is #243E89. Grayscale: #C0C0C0. Windows color (decimal): -2375306 or 7782875. OLE color: 7782875.
HSL color Cylindrical-coordinate representation of color #DBC176: hue angle of 44.55º 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 #DBC176 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 118 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.14 |
| HSL | 44.55º | 0.58% | 0.66% | - |
| HSV(B) | 44.55º | 0.46% | 0.86% | - |
| XYZ | 51.55 | 54.51 | 24.94 | - |
| YUV | 192.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 118 | 0 | 0.12 | 0.46 | 0.14 | 44.55 | 0.58 | 0.66 |
| Hex | DB | C1 | 76 | 0 | C | 2E | E | 2D | 3A | 42 |
| Octal | 333 | 301 | 166 | 0 | 14 | 56 | 16 | 55 | 72 | 102 |
| Binary | 11011011 | 11000001 | 1110110 | 0 | 1100 | 101110 | 1110 | 101101 | 111010 | 1000010 |
Color Harmonies of #DBC176
Complementary color
Monochromatic Colors of #DBC176
Black with #DBC176
Text Example
Text Example
White with #DBC176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC176; }
p { color: rgb(219,193,118); }
H1.HeaderClassName
{
color: #DBC176;
}
.AnyTagClassName
{
color: #DBC176;
}
</style>
background-color css
<style>
a { background-color: #DBC176; }
a { background-color: rgb(219,193,118); }
div.DivClassName
{
background-color: #DBC176;
}
.BgClassName
{
background-color: #DBC176;
}
</style>
border-color css
<style>
span { border-color: #DBC176; }
span { border-color: rgb(219,193,118); }
td.TdClassName
{
border-color: #DBC176;
}
.TagClassName
{
border-color: #DBC176;
}
</style>