Shades of Chenin #D3C871
Tints of Chenin #D3C871
RGB
CMYK
RGB Variations
Color information
#D3C871 (or 0xD3C871) is known color: Chenin. HEX triplet: D3, C8 and 71. RGB value is (211,200,113). Sum of RGB (Red+Green+Blue) = 211+200+113=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C871 is #2C378E. Grayscale: #C1C1C1. Windows color (decimal): -2897807 or 7456979. OLE color: 7456979.
HSL color Cylindrical-coordinate representation of color #D3C871: hue angle of 53.27º 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 #D3C871 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 113 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.17 |
| HSL | 53.27º | 0.53% | 0.64% | - |
| HSV(B) | 53.27º | 0.46% | 0.83% | - |
| XYZ | 50.5 | 56.35 | 23.84 | - |
| YUV | 193.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 113 | 0 | 0.05 | 0.46 | 0.17 | 53.27 | 0.53 | 0.64 |
| Hex | D3 | C8 | 71 | 0 | 5 | 2E | 11 | 35 | 35 | 40 |
| Octal | 323 | 310 | 161 | 0 | 5 | 56 | 21 | 65 | 65 | 100 |
| Binary | 11010011 | 11001000 | 1110001 | 0 | 101 | 101110 | 10001 | 110101 | 110101 | 1000000 |
Color Harmonies of #D3C871
Complementary color
Monochromatic Colors of #D3C871
Black with #D3C871
Text Example
Text Example
White with #D3C871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C871; }
p { color: rgb(211,200,113); }
H1.HeaderClassName
{
color: #D3C871;
}
.AnyTagClassName
{
color: #D3C871;
}
</style>
background-color css
<style>
a { background-color: #D3C871; }
a { background-color: rgb(211,200,113); }
div.DivClassName
{
background-color: #D3C871;
}
.BgClassName
{
background-color: #D3C871;
}
</style>
border-color css
<style>
span { border-color: #D3C871; }
span { border-color: rgb(211,200,113); }
td.TdClassName
{
border-color: #D3C871;
}
.TagClassName
{
border-color: #D3C871;
}
</style>