Shades of Chenin #DCCA71
Tints of Chenin #DCCA71
RGB
CMYK
RGB Variations
Color information
#DCCA71 (or 0xDCCA71) is known color: Chenin. HEX triplet: DC, CA and 71. RGB value is (220,202,113). Sum of RGB (Red+Green+Blue) = 220+202+113=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA71 is #23358E. Grayscale: #C5C5C5. Windows color (decimal): -2307471 or 7457500. OLE color: 7457500.
HSL color Cylindrical-coordinate representation of color #DCCA71: hue angle of 49.91º 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 #DCCA71 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 113 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.14 |
| HSL | 49.91º | 0.6% | 0.65% | - |
| HSV(B) | 49.91º | 0.49% | 0.86% | - |
| XYZ | 53.62 | 58.65 | 24.12 | - |
| YUV | 197.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 113 | 0 | 0.08 | 0.49 | 0.14 | 49.91 | 0.6 | 0.65 |
| Hex | DC | CA | 71 | 0 | 8 | 31 | E | 32 | 3C | 41 |
| Octal | 334 | 312 | 161 | 0 | 10 | 61 | 16 | 62 | 74 | 101 |
| Binary | 11011100 | 11001010 | 1110001 | 0 | 1000 | 110001 | 1110 | 110010 | 111100 | 1000001 |
Color Harmonies of #DCCA71
Complementary color
Monochromatic Colors of #DCCA71
Black with #DCCA71
Text Example
Text Example
White with #DCCA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA71; }
p { color: rgb(220,202,113); }
H1.HeaderClassName
{
color: #DCCA71;
}
.AnyTagClassName
{
color: #DCCA71;
}
</style>
background-color css
<style>
a { background-color: #DCCA71; }
a { background-color: rgb(220,202,113); }
div.DivClassName
{
background-color: #DCCA71;
}
.BgClassName
{
background-color: #DCCA71;
}
</style>
border-color css
<style>
span { border-color: #DCCA71; }
span { border-color: rgb(220,202,113); }
td.TdClassName
{
border-color: #DCCA71;
}
.TagClassName
{
border-color: #DCCA71;
}
</style>