Shades of Chenin #D4C46E
Tints of Chenin #D4C46E
RGB
CMYK
RGB Variations
Color information
#D4C46E (or 0xD4C46E) is known color: Chenin. HEX triplet: D4, C4 and 6E. RGB value is (212,196,110). Sum of RGB (Red+Green+Blue) = 212+196+110=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C46E is #2B3B91. Grayscale: #BFBFBF. Windows color (decimal): -2833298 or 7259348. OLE color: 7259348.
HSL color Cylindrical-coordinate representation of color #D4C46E: hue angle of 50.59º degrees, saturation: 0.54, 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 #D4C46E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 110 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.17 |
| HSL | 50.59º | 0.54% | 0.63% | - |
| HSV(B) | 50.59º | 0.48% | 0.83% | - |
| XYZ | 49.71 | 54.6 | 22.67 | - |
| YUV | 190.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 110 | 0 | 0.08 | 0.48 | 0.17 | 50.59 | 0.54 | 0.63 |
| Hex | D4 | C4 | 6E | 0 | 8 | 30 | 11 | 33 | 36 | 3F |
| Octal | 324 | 304 | 156 | 0 | 10 | 60 | 21 | 63 | 66 | 77 |
| Binary | 11010100 | 11000100 | 1101110 | 0 | 1000 | 110000 | 10001 | 110011 | 110110 | 111111 |
Color Harmonies of #D4C46E
Complementary color
Monochromatic Colors of #D4C46E
Black with #D4C46E
Text Example
Text Example
White with #D4C46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C46E; }
p { color: rgb(212,196,110); }
H1.HeaderClassName
{
color: #D4C46E;
}
.AnyTagClassName
{
color: #D4C46E;
}
</style>
background-color css
<style>
a { background-color: #D4C46E; }
a { background-color: rgb(212,196,110); }
div.DivClassName
{
background-color: #D4C46E;
}
.BgClassName
{
background-color: #D4C46E;
}
</style>
border-color css
<style>
span { border-color: #D4C46E; }
span { border-color: rgb(212,196,110); }
td.TdClassName
{
border-color: #D4C46E;
}
.TagClassName
{
border-color: #D4C46E;
}
</style>