Shades of Chenin #DCC971
Tints of Chenin #DCC971
RGB
CMYK
RGB Variations
Color information
#DCC971 (or 0xDCC971) is known color: Chenin. HEX triplet: DC, C9 and 71. RGB value is (220,201,113). Sum of RGB (Red+Green+Blue) = 220+201+113=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC971 is #23368E. Grayscale: #C5C5C5. Windows color (decimal): -2307727 or 7457244. OLE color: 7457244.
HSL color Cylindrical-coordinate representation of color #DCC971: hue angle of 49.35º 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 #DCC971 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 113 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.14 |
| HSL | 49.35º | 0.6% | 0.65% | - |
| HSV(B) | 49.35º | 0.49% | 0.86% | - |
| XYZ | 53.38 | 58.18 | 24.04 | - |
| YUV | 196.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 113 | 0 | 0.09 | 0.49 | 0.14 | 49.35 | 0.6 | 0.65 |
| Hex | DC | C9 | 71 | 0 | 9 | 31 | E | 31 | 3C | 41 |
| Octal | 334 | 311 | 161 | 0 | 11 | 61 | 16 | 61 | 74 | 101 |
| Binary | 11011100 | 11001001 | 1110001 | 0 | 1001 | 110001 | 1110 | 110001 | 111100 | 1000001 |
Color Harmonies of #DCC971
Complementary color
Monochromatic Colors of #DCC971
Black with #DCC971
Text Example
Text Example
White with #DCC971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC971; }
p { color: rgb(220,201,113); }
H1.HeaderClassName
{
color: #DCC971;
}
.AnyTagClassName
{
color: #DCC971;
}
</style>
background-color css
<style>
a { background-color: #DCC971; }
a { background-color: rgb(220,201,113); }
div.DivClassName
{
background-color: #DCC971;
}
.BgClassName
{
background-color: #DCC971;
}
</style>
border-color css
<style>
span { border-color: #DCC971; }
span { border-color: rgb(220,201,113); }
td.TdClassName
{
border-color: #DCC971;
}
.TagClassName
{
border-color: #DCC971;
}
</style>