Shades of Chenin #DBC479
Tints of Chenin #DBC479
RGB
CMYK
RGB Variations
Color information
#DBC479 (or 0xDBC479) is known color: Chenin. HEX triplet: DB, C4 and 79. RGB value is (219,196,121). Sum of RGB (Red+Green+Blue) = 219+196+121=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC479 is #243B86. Grayscale: #C2C2C2. Windows color (decimal): -2374535 or 7980251. OLE color: 7980251.
HSL color Cylindrical-coordinate representation of color #DBC479: hue angle of 45.92º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBC479 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 121 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.14 |
| HSL | 45.92º | 0.58% | 0.67% | - |
| HSV(B) | 45.92º | 0.45% | 0.86% | - |
| XYZ | 52.4 | 55.92 | 26.12 | - |
| YUV | 194.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 121 | 0 | 0.11 | 0.45 | 0.14 | 45.92 | 0.58 | 0.67 |
| Hex | DB | C4 | 79 | 0 | B | 2D | E | 2E | 3A | 43 |
| Octal | 333 | 304 | 171 | 0 | 13 | 55 | 16 | 56 | 72 | 103 |
| Binary | 11011011 | 11000100 | 1111001 | 0 | 1011 | 101101 | 1110 | 101110 | 111010 | 1000011 |
Color Harmonies of #DBC479
Complementary color
Monochromatic Colors of #DBC479
Black with #DBC479
Text Example
Text Example
White with #DBC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC479; }
p { color: rgb(219,196,121); }
H1.HeaderClassName
{
color: #DBC479;
}
.AnyTagClassName
{
color: #DBC479;
}
</style>
background-color css
<style>
a { background-color: #DBC479; }
a { background-color: rgb(219,196,121); }
div.DivClassName
{
background-color: #DBC479;
}
.BgClassName
{
background-color: #DBC479;
}
</style>
border-color css
<style>
span { border-color: #DBC479; }
span { border-color: rgb(219,196,121); }
td.TdClassName
{
border-color: #DBC479;
}
.TagClassName
{
border-color: #DBC479;
}
</style>