Shades of Chenin #D6C574
Tints of Chenin #D6C574
RGB
CMYK
RGB Variations
Color information
#D6C574 (or 0xD6C574) is known color: Chenin. HEX triplet: D6, C5 and 74. RGB value is (214,197,116). Sum of RGB (Red+Green+Blue) = 214+197+116=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C574 is #293A8B. Grayscale: #C1C1C1. Windows color (decimal): -2701964 or 7652822. OLE color: 7652822.
HSL color Cylindrical-coordinate representation of color #D6C574: hue angle of 49.59º degrees, saturation: 0.54, 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 #D6C574 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 116 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.16 |
| HSL | 49.59º | 0.54% | 0.65% | - |
| HSV(B) | 49.59º | 0.46% | 0.84% | - |
| XYZ | 50.85 | 55.49 | 24.55 | - |
| YUV | 192.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 116 | 0 | 0.08 | 0.46 | 0.16 | 49.59 | 0.54 | 0.65 |
| Hex | D6 | C5 | 74 | 0 | 8 | 2E | 10 | 32 | 36 | 41 |
| Octal | 326 | 305 | 164 | 0 | 10 | 56 | 20 | 62 | 66 | 101 |
| Binary | 11010110 | 11000101 | 1110100 | 0 | 1000 | 101110 | 10000 | 110010 | 110110 | 1000001 |
Color Harmonies of #D6C574
Complementary color
Monochromatic Colors of #D6C574
Black with #D6C574
Text Example
Text Example
White with #D6C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C574; }
p { color: rgb(214,197,116); }
H1.HeaderClassName
{
color: #D6C574;
}
.AnyTagClassName
{
color: #D6C574;
}
</style>
background-color css
<style>
a { background-color: #D6C574; }
a { background-color: rgb(214,197,116); }
div.DivClassName
{
background-color: #D6C574;
}
.BgClassName
{
background-color: #D6C574;
}
</style>
border-color css
<style>
span { border-color: #D6C574; }
span { border-color: rgb(214,197,116); }
td.TdClassName
{
border-color: #D6C574;
}
.TagClassName
{
border-color: #D6C574;
}
</style>