Shades of Chenin #D4C86F
Tints of Chenin #D4C86F
RGB
CMYK
RGB Variations
Color information
#D4C86F (or 0xD4C86F) is known color: Chenin. HEX triplet: D4, C8 and 6F. RGB value is (212,200,111). Sum of RGB (Red+Green+Blue) = 212+200+111=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C86F is #2B3790. Grayscale: #C1C1C1. Windows color (decimal): -2832273 or 7325908. OLE color: 7325908.
HSL color Cylindrical-coordinate representation of color #D4C86F: hue angle of 52.87º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4C86F is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 200 | 111 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.17 |
| HSL | 52.87º | 0.54% | 0.63% | - |
| HSV(B) | 52.87º | 0.48% | 0.83% | - |
| XYZ | 50.67 | 56.45 | 23.26 | - |
| YUV | 193.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 111 | 0 | 0.06 | 0.48 | 0.17 | 52.87 | 0.54 | 0.63 |
| Hex | D4 | C8 | 6F | 0 | 6 | 30 | 11 | 35 | 36 | 3F |
| Octal | 324 | 310 | 157 | 0 | 6 | 60 | 21 | 65 | 66 | 77 |
| Binary | 11010100 | 11001000 | 1101111 | 0 | 110 | 110000 | 10001 | 110101 | 110110 | 111111 |
Color Harmonies of #D4C86F
Complementary color
Monochromatic Colors of #D4C86F
Black with #D4C86F
Text Example
Text Example
White with #D4C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C86F; }
p { color: rgb(212,200,111); }
H1.HeaderClassName
{
color: #D4C86F;
}
.AnyTagClassName
{
color: #D4C86F;
}
</style>
background-color css
<style>
a { background-color: #D4C86F; }
a { background-color: rgb(212,200,111); }
div.DivClassName
{
background-color: #D4C86F;
}
.BgClassName
{
background-color: #D4C86F;
}
</style>
border-color css
<style>
span { border-color: #D4C86F; }
span { border-color: rgb(212,200,111); }
td.TdClassName
{
border-color: #D4C86F;
}
.TagClassName
{
border-color: #D4C86F;
}
</style>