Shades of Chenin #D3C46E
Tints of Chenin #D3C46E
RGB
CMYK
RGB Variations
Color information
#D3C46E (or 0xD3C46E) is known color: Chenin. HEX triplet: D3, C4 and 6E. RGB value is (211,196,110). Sum of RGB (Red+Green+Blue) = 211+196+110=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C46E is #2C3B91. Grayscale: #BFBFBF. Windows color (decimal): -2898834 or 7259347. OLE color: 7259347.
HSL color Cylindrical-coordinate representation of color #D3C46E: hue angle of 51.09º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3C46E is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 110 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.17 |
| HSL | 51.09º | 0.53% | 0.63% | - |
| HSV(B) | 51.09º | 0.48% | 0.83% | - |
| XYZ | 49.42 | 54.45 | 22.66 | - |
| YUV | 190.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 110 | 0 | 0.07 | 0.48 | 0.17 | 51.09 | 0.53 | 0.63 |
| Hex | D3 | C4 | 6E | 0 | 7 | 30 | 11 | 33 | 35 | 3F |
| Octal | 323 | 304 | 156 | 0 | 7 | 60 | 21 | 63 | 65 | 77 |
| Binary | 11010011 | 11000100 | 1101110 | 0 | 111 | 110000 | 10001 | 110011 | 110101 | 111111 |
Color Harmonies of #D3C46E
Complementary color
Monochromatic Colors of #D3C46E
Black with #D3C46E
Text Example
Text Example
White with #D3C46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C46E; }
p { color: rgb(211,196,110); }
H1.HeaderClassName
{
color: #D3C46E;
}
.AnyTagClassName
{
color: #D3C46E;
}
</style>
background-color css
<style>
a { background-color: #D3C46E; }
a { background-color: rgb(211,196,110); }
div.DivClassName
{
background-color: #D3C46E;
}
.BgClassName
{
background-color: #D3C46E;
}
</style>
border-color css
<style>
span { border-color: #D3C46E; }
span { border-color: rgb(211,196,110); }
td.TdClassName
{
border-color: #D3C46E;
}
.TagClassName
{
border-color: #D3C46E;
}
</style>