Shades of Chenin #DCC576
Tints of Chenin #DCC576
RGB
CMYK
RGB Variations
Color information
#DCC576 (or 0xDCC576) is known color: Chenin. HEX triplet: DC, C5 and 76. RGB value is (220,197,118). Sum of RGB (Red+Green+Blue) = 220+197+118=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC576 is #233A89. Grayscale: #C3C3C3. Windows color (decimal): -2308746 or 7783900. OLE color: 7783900.
HSL color Cylindrical-coordinate representation of color #DCC576: hue angle of 46.47º degrees, saturation: 0.59, 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 #DCC576 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 118 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.14 |
| HSL | 46.47º | 0.59% | 0.66% | - |
| HSV(B) | 46.47º | 0.46% | 0.86% | - |
| XYZ | 52.75 | 56.46 | 25.26 | - |
| YUV | 194.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 118 | 0 | 0.10 | 0.46 | 0.14 | 46.47 | 0.59 | 0.66 |
| Hex | DC | C5 | 76 | 0 | A | 2E | E | 2E | 3B | 42 |
| Octal | 334 | 305 | 166 | 0 | 12 | 56 | 16 | 56 | 73 | 102 |
| Binary | 11011100 | 11000101 | 1110110 | 0 | 1010 | 101110 | 1110 | 101110 | 111011 | 1000010 |
Color Harmonies of #DCC576
Complementary color
Monochromatic Colors of #DCC576
Black with #DCC576
Text Example
Text Example
White with #DCC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC576; }
p { color: rgb(220,197,118); }
H1.HeaderClassName
{
color: #DCC576;
}
.AnyTagClassName
{
color: #DCC576;
}
</style>
background-color css
<style>
a { background-color: #DCC576; }
a { background-color: rgb(220,197,118); }
div.DivClassName
{
background-color: #DCC576;
}
.BgClassName
{
background-color: #DCC576;
}
</style>
border-color css
<style>
span { border-color: #DCC576; }
span { border-color: rgb(220,197,118); }
td.TdClassName
{
border-color: #DCC576;
}
.TagClassName
{
border-color: #DCC576;
}
</style>