Shades of Chenin #D6C575
Tints of Chenin #D6C575
RGB
CMYK
RGB Variations
Color information
#D6C575 (or 0xD6C575) is known color: Chenin. HEX triplet: D6, C5 and 75. RGB value is (214,197,117). Sum of RGB (Red+Green+Blue) = 214+197+117=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C575 is #293A8A. Grayscale: #C1C1C1. Windows color (decimal): -2701963 or 7718358. OLE color: 7718358.
HSL color Cylindrical-coordinate representation of color #D6C575: hue angle of 49.48º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6C575 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 117 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.16 |
| HSL | 49.48º | 0.54% | 0.65% | - |
| HSV(B) | 49.48º | 0.45% | 0.84% | - |
| XYZ | 50.91 | 55.51 | 24.86 | - |
| YUV | 192.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 117 | 0 | 0.08 | 0.45 | 0.16 | 49.48 | 0.54 | 0.65 |
| Hex | D6 | C5 | 75 | 0 | 8 | 2D | 10 | 31 | 36 | 41 |
| Octal | 326 | 305 | 165 | 0 | 10 | 55 | 20 | 61 | 66 | 101 |
| Binary | 11010110 | 11000101 | 1110101 | 0 | 1000 | 101101 | 10000 | 110001 | 110110 | 1000001 |
Color Harmonies of #D6C575
Complementary color
Monochromatic Colors of #D6C575
Black with #D6C575
Text Example
Text Example
White with #D6C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C575; }
p { color: rgb(214,197,117); }
H1.HeaderClassName
{
color: #D6C575;
}
.AnyTagClassName
{
color: #D6C575;
}
</style>
background-color css
<style>
a { background-color: #D6C575; }
a { background-color: rgb(214,197,117); }
div.DivClassName
{
background-color: #D6C575;
}
.BgClassName
{
background-color: #D6C575;
}
</style>
border-color css
<style>
span { border-color: #D6C575; }
span { border-color: rgb(214,197,117); }
td.TdClassName
{
border-color: #D6C575;
}
.TagClassName
{
border-color: #D6C575;
}
</style>