Shades of Chenin #D2C56E
Tints of Chenin #D2C56E
RGB
CMYK
RGB Variations
Color information
#D2C56E (or 0xD2C56E) is known color: Chenin. HEX triplet: D2, C5 and 6E. RGB value is (210,197,110). Sum of RGB (Red+Green+Blue) = 210+197+110=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C56E is #2D3A91. Grayscale: #BFBFBF. Windows color (decimal): -2964114 or 7259602. OLE color: 7259602.
HSL color Cylindrical-coordinate representation of color #D2C56E: hue angle of 52.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2C56E is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 110 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.18 |
| HSL | 52.2º | 0.53% | 0.63% | - |
| HSV(B) | 52.2º | 0.48% | 0.82% | - |
| XYZ | 49.36 | 54.76 | 22.72 | - |
| YUV | 190.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 110 | 0 | 0.06 | 0.48 | 0.18 | 52.2 | 0.53 | 0.63 |
| Hex | D2 | C5 | 6E | 0 | 6 | 30 | 12 | 34 | 35 | 3F |
| Octal | 322 | 305 | 156 | 0 | 6 | 60 | 22 | 64 | 65 | 77 |
| Binary | 11010010 | 11000101 | 1101110 | 0 | 110 | 110000 | 10010 | 110100 | 110101 | 111111 |
Color Harmonies of #D2C56E
Complementary color
Monochromatic Colors of #D2C56E
Black with #D2C56E
Text Example
Text Example
White with #D2C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C56E; }
p { color: rgb(210,197,110); }
H1.HeaderClassName
{
color: #D2C56E;
}
.AnyTagClassName
{
color: #D2C56E;
}
</style>
background-color css
<style>
a { background-color: #D2C56E; }
a { background-color: rgb(210,197,110); }
div.DivClassName
{
background-color: #D2C56E;
}
.BgClassName
{
background-color: #D2C56E;
}
</style>
border-color css
<style>
span { border-color: #D2C56E; }
span { border-color: rgb(210,197,110); }
td.TdClassName
{
border-color: #D2C56E;
}
.TagClassName
{
border-color: #D2C56E;
}
</style>