Shades of Chenin #D1C86F
Tints of Chenin #D1C86F
RGB
CMYK
RGB Variations
Color information
#D1C86F (or 0xD1C86F) is known color: Chenin. HEX triplet: D1, C8 and 6F. RGB value is (209,200,111). Sum of RGB (Red+Green+Blue) = 209+200+111=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C86F is #2E3790. Grayscale: #C0C0C0. Windows color (decimal): -3028881 or 7325905. OLE color: 7325905.
HSL color Cylindrical-coordinate representation of color #D1C86F: hue angle of 54.49º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1C86F is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 111 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.18 |
| HSL | 54.49º | 0.52% | 0.63% | - |
| HSV(B) | 54.49º | 0.47% | 0.82% | - |
| XYZ | 49.82 | 56.01 | 23.22 | - |
| YUV | 192.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 111 | 0 | 0.04 | 0.47 | 0.18 | 54.49 | 0.52 | 0.63 |
| Hex | D1 | C8 | 6F | 0 | 4 | 2F | 12 | 36 | 34 | 3F |
| Octal | 321 | 310 | 157 | 0 | 4 | 57 | 22 | 66 | 64 | 77 |
| Binary | 11010001 | 11001000 | 1101111 | 0 | 100 | 101111 | 10010 | 110110 | 110100 | 111111 |
Color Harmonies of #D1C86F
Complementary color
Monochromatic Colors of #D1C86F
Black with #D1C86F
Text Example
Text Example
White with #D1C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C86F; }
p { color: rgb(209,200,111); }
H1.HeaderClassName
{
color: #D1C86F;
}
.AnyTagClassName
{
color: #D1C86F;
}
</style>
background-color css
<style>
a { background-color: #D1C86F; }
a { background-color: rgb(209,200,111); }
div.DivClassName
{
background-color: #D1C86F;
}
.BgClassName
{
background-color: #D1C86F;
}
</style>
border-color css
<style>
span { border-color: #D1C86F; }
span { border-color: rgb(209,200,111); }
td.TdClassName
{
border-color: #D1C86F;
}
.TagClassName
{
border-color: #D1C86F;
}
</style>