Shades of Chenin #D6C56F
Tints of Chenin #D6C56F
RGB
CMYK
RGB Variations
Color information
#D6C56F (or 0xD6C56F) is known color: Chenin. HEX triplet: D6, C5 and 6F. RGB value is (214,197,111). Sum of RGB (Red+Green+Blue) = 214+197+111=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C56F is #293A90. Grayscale: #C0C0C0. Windows color (decimal): -2701969 or 7325142. OLE color: 7325142.
HSL color Cylindrical-coordinate representation of color #D6C56F: hue angle of 50.1º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6C56F is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 111 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.16 |
| HSL | 50.1º | 0.56% | 0.64% | - |
| HSV(B) | 50.1º | 0.48% | 0.84% | - |
| XYZ | 50.57 | 55.38 | 23.06 | - |
| YUV | 192.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 111 | 0 | 0.08 | 0.48 | 0.16 | 50.1 | 0.56 | 0.64 |
| Hex | D6 | C5 | 6F | 0 | 8 | 30 | 10 | 32 | 38 | 40 |
| Octal | 326 | 305 | 157 | 0 | 10 | 60 | 20 | 62 | 70 | 100 |
| Binary | 11010110 | 11000101 | 1101111 | 0 | 1000 | 110000 | 10000 | 110010 | 111000 | 1000000 |
Color Harmonies of #D6C56F
Complementary color
Monochromatic Colors of #D6C56F
Black with #D6C56F
Text Example
Text Example
White with #D6C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C56F; }
p { color: rgb(214,197,111); }
H1.HeaderClassName
{
color: #D6C56F;
}
.AnyTagClassName
{
color: #D6C56F;
}
</style>
background-color css
<style>
a { background-color: #D6C56F; }
a { background-color: rgb(214,197,111); }
div.DivClassName
{
background-color: #D6C56F;
}
.BgClassName
{
background-color: #D6C56F;
}
</style>
border-color css
<style>
span { border-color: #D6C56F; }
span { border-color: rgb(214,197,111); }
td.TdClassName
{
border-color: #D6C56F;
}
.TagClassName
{
border-color: #D6C56F;
}
</style>