Shades of Chenin #D8C86F
Tints of Chenin #D8C86F
RGB
CMYK
RGB Variations
Color information
#D8C86F (or 0xD8C86F) is known color: Chenin. HEX triplet: D8, C8 and 6F. RGB value is (216,200,111). Sum of RGB (Red+Green+Blue) = 216+200+111=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C86F is #273790. Grayscale: #C3C3C3. Windows color (decimal): -2570129 or 7325912. OLE color: 7325912.
HSL color Cylindrical-coordinate representation of color #D8C86F: hue angle of 50.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8C86F is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 111 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.15 |
| HSL | 50.86º | 0.57% | 0.64% | - |
| HSV(B) | 50.86º | 0.49% | 0.85% | - |
| XYZ | 51.84 | 57.06 | 23.32 | - |
| YUV | 194.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 111 | 0 | 0.07 | 0.49 | 0.15 | 50.86 | 0.57 | 0.64 |
| Hex | D8 | C8 | 6F | 0 | 7 | 31 | F | 33 | 39 | 40 |
| Octal | 330 | 310 | 157 | 0 | 7 | 61 | 17 | 63 | 71 | 100 |
| Binary | 11011000 | 11001000 | 1101111 | 0 | 111 | 110001 | 1111 | 110011 | 111001 | 1000000 |
Color Harmonies of #D8C86F
Complementary color
Monochromatic Colors of #D8C86F
Black with #D8C86F
Text Example
Text Example
White with #D8C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C86F; }
p { color: rgb(216,200,111); }
H1.HeaderClassName
{
color: #D8C86F;
}
.AnyTagClassName
{
color: #D8C86F;
}
</style>
background-color css
<style>
a { background-color: #D8C86F; }
a { background-color: rgb(216,200,111); }
div.DivClassName
{
background-color: #D8C86F;
}
.BgClassName
{
background-color: #D8C86F;
}
</style>
border-color css
<style>
span { border-color: #D8C86F; }
span { border-color: rgb(216,200,111); }
td.TdClassName
{
border-color: #D8C86F;
}
.TagClassName
{
border-color: #D8C86F;
}
</style>