Shades of Chenin #DCC179
Tints of Chenin #DCC179
RGB
CMYK
RGB Variations
Color information
#DCC179 (or 0xDCC179) is known color: Chenin. HEX triplet: DC, C1 and 79. RGB value is (220,193,121). Sum of RGB (Red+Green+Blue) = 220+193+121=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC179 is #233E86. Grayscale: #C1C1C1. Windows color (decimal): -2309767 or 7979484. OLE color: 7979484.
HSL color Cylindrical-coordinate representation of color #DCC179: hue angle of 43.64º degrees, saturation: 0.59, 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 #DCC179 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 121 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.14 |
| HSL | 43.64º | 0.59% | 0.67% | - |
| HSV(B) | 43.64º | 0.45% | 0.86% | - |
| XYZ | 52.04 | 54.74 | 25.91 | - |
| YUV | 192.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 121 | 0 | 0.12 | 0.45 | 0.14 | 43.64 | 0.59 | 0.67 |
| Hex | DC | C1 | 79 | 0 | C | 2D | E | 2C | 3B | 43 |
| Octal | 334 | 301 | 171 | 0 | 14 | 55 | 16 | 54 | 73 | 103 |
| Binary | 11011100 | 11000001 | 1111001 | 0 | 1100 | 101101 | 1110 | 101100 | 111011 | 1000011 |
Color Harmonies of #DCC179
Complementary color
Monochromatic Colors of #DCC179
Black with #DCC179
Text Example
Text Example
White with #DCC179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC179; }
p { color: rgb(220,193,121); }
H1.HeaderClassName
{
color: #DCC179;
}
.AnyTagClassName
{
color: #DCC179;
}
</style>
background-color css
<style>
a { background-color: #DCC179; }
a { background-color: rgb(220,193,121); }
div.DivClassName
{
background-color: #DCC179;
}
.BgClassName
{
background-color: #DCC179;
}
</style>
border-color css
<style>
span { border-color: #DCC179; }
span { border-color: rgb(220,193,121); }
td.TdClassName
{
border-color: #DCC179;
}
.TagClassName
{
border-color: #DCC179;
}
</style>