Shades of Chenin #D6C573
Tints of Chenin #D6C573
RGB
CMYK
RGB Variations
Color information
#D6C573 (or 0xD6C573) is known color: Chenin. HEX triplet: D6, C5 and 73. RGB value is (214,197,115). Sum of RGB (Red+Green+Blue) = 214+197+115=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C573 is #293A8C. Grayscale: #C1C1C1. Windows color (decimal): -2701965 or 7587286. OLE color: 7587286.
HSL color Cylindrical-coordinate representation of color #D6C573: hue angle of 49.7º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6C573 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 115 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.16 |
| HSL | 49.7º | 0.55% | 0.65% | - |
| HSV(B) | 49.7º | 0.46% | 0.84% | - |
| XYZ | 50.79 | 55.47 | 24.25 | - |
| YUV | 192.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 115 | 0 | 0.08 | 0.46 | 0.16 | 49.7 | 0.55 | 0.65 |
| Hex | D6 | C5 | 73 | 0 | 8 | 2E | 10 | 32 | 37 | 41 |
| Octal | 326 | 305 | 163 | 0 | 10 | 56 | 20 | 62 | 67 | 101 |
| Binary | 11010110 | 11000101 | 1110011 | 0 | 1000 | 101110 | 10000 | 110010 | 110111 | 1000001 |
Color Harmonies of #D6C573
Complementary color
Monochromatic Colors of #D6C573
Black with #D6C573
Text Example
Text Example
White with #D6C573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C573; }
p { color: rgb(214,197,115); }
H1.HeaderClassName
{
color: #D6C573;
}
.AnyTagClassName
{
color: #D6C573;
}
</style>
background-color css
<style>
a { background-color: #D6C573; }
a { background-color: rgb(214,197,115); }
div.DivClassName
{
background-color: #D6C573;
}
.BgClassName
{
background-color: #D6C573;
}
</style>
border-color css
<style>
span { border-color: #D6C573; }
span { border-color: rgb(214,197,115); }
td.TdClassName
{
border-color: #D6C573;
}
.TagClassName
{
border-color: #D6C573;
}
</style>