Shades of Chenin #D3C571
Tints of Chenin #D3C571
RGB
CMYK
RGB Variations
Color information
#D3C571 (or 0xD3C571) is known color: Chenin. HEX triplet: D3, C5 and 71. RGB value is (211,197,113). Sum of RGB (Red+Green+Blue) = 211+197+113=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C571 is #2C3A8E. Grayscale: #BFBFBF. Windows color (decimal): -2898575 or 7456211. OLE color: 7456211.
HSL color Cylindrical-coordinate representation of color #D3C571: hue angle of 51.43º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3C571 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 113 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.17 |
| HSL | 51.43º | 0.53% | 0.64% | - |
| HSV(B) | 51.43º | 0.46% | 0.83% | - |
| XYZ | 49.81 | 54.97 | 23.61 | - |
| YUV | 191.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 113 | 0 | 0.07 | 0.46 | 0.17 | 51.43 | 0.53 | 0.64 |
| Hex | D3 | C5 | 71 | 0 | 7 | 2E | 11 | 33 | 35 | 40 |
| Octal | 323 | 305 | 161 | 0 | 7 | 56 | 21 | 63 | 65 | 100 |
| Binary | 11010011 | 11000101 | 1110001 | 0 | 111 | 101110 | 10001 | 110011 | 110101 | 1000000 |
Color Harmonies of #D3C571
Complementary color
Monochromatic Colors of #D3C571
Black with #D3C571
Text Example
Text Example
White with #D3C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C571; }
p { color: rgb(211,197,113); }
H1.HeaderClassName
{
color: #D3C571;
}
.AnyTagClassName
{
color: #D3C571;
}
</style>
background-color css
<style>
a { background-color: #D3C571; }
a { background-color: rgb(211,197,113); }
div.DivClassName
{
background-color: #D3C571;
}
.BgClassName
{
background-color: #D3C571;
}
</style>
border-color css
<style>
span { border-color: #D3C571; }
span { border-color: rgb(211,197,113); }
td.TdClassName
{
border-color: #D3C571;
}
.TagClassName
{
border-color: #D3C571;
}
</style>