Shades of Chenin #DCC571
Tints of Chenin #DCC571
RGB
CMYK
RGB Variations
Color information
#DCC571 (or 0xDCC571) is known color: Chenin. HEX triplet: DC, C5 and 71. RGB value is (220,197,113). Sum of RGB (Red+Green+Blue) = 220+197+113=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC571 is #233A8E. Grayscale: #C2C2C2. Windows color (decimal): -2308751 or 7456220. OLE color: 7456220.
HSL color Cylindrical-coordinate representation of color #DCC571: hue angle of 47.1º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCC571 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 113 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.14 |
| HSL | 47.1º | 0.6% | 0.65% | - |
| HSV(B) | 47.1º | 0.49% | 0.86% | - |
| XYZ | 52.46 | 56.34 | 23.73 | - |
| YUV | 194.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 113 | 0 | 0.10 | 0.49 | 0.14 | 47.1 | 0.6 | 0.65 |
| Hex | DC | C5 | 71 | 0 | A | 31 | E | 2F | 3C | 41 |
| Octal | 334 | 305 | 161 | 0 | 12 | 61 | 16 | 57 | 74 | 101 |
| Binary | 11011100 | 11000101 | 1110001 | 0 | 1010 | 110001 | 1110 | 101111 | 111100 | 1000001 |
Color Harmonies of #DCC571
Complementary color
Monochromatic Colors of #DCC571
Black with #DCC571
Text Example
Text Example
White with #DCC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC571; }
p { color: rgb(220,197,113); }
H1.HeaderClassName
{
color: #DCC571;
}
.AnyTagClassName
{
color: #DCC571;
}
</style>
background-color css
<style>
a { background-color: #DCC571; }
a { background-color: rgb(220,197,113); }
div.DivClassName
{
background-color: #DCC571;
}
.BgClassName
{
background-color: #DCC571;
}
</style>
border-color css
<style>
span { border-color: #DCC571; }
span { border-color: rgb(220,197,113); }
td.TdClassName
{
border-color: #DCC571;
}
.TagClassName
{
border-color: #DCC571;
}
</style>