Shades of Chenin #D7C86C
Tints of Chenin #D7C86C
RGB
CMYK
RGB Variations
Color information
#D7C86C (or 0xD7C86C) is known color: Chenin. HEX triplet: D7, C8 and 6C. RGB value is (215,200,108). Sum of RGB (Red+Green+Blue) = 215+200+108=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C86C is #283793. Grayscale: #C2C2C2. Windows color (decimal): -2635668 or 7129303. OLE color: 7129303.
HSL color Cylindrical-coordinate representation of color #D7C86C: hue angle of 51.59º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7C86C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 108 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.16 |
| HSL | 51.59º | 0.57% | 0.63% | - |
| HSV(B) | 51.59º | 0.5% | 0.84% | - |
| XYZ | 51.39 | 56.84 | 22.45 | - |
| YUV | 194 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 108 | 0 | 0.07 | 0.50 | 0.16 | 51.59 | 0.57 | 0.63 |
| Hex | D7 | C8 | 6C | 0 | 7 | 32 | 10 | 34 | 39 | 3F |
| Octal | 327 | 310 | 154 | 0 | 7 | 62 | 20 | 64 | 71 | 77 |
| Binary | 11010111 | 11001000 | 1101100 | 0 | 111 | 110010 | 10000 | 110100 | 111001 | 111111 |
Color Harmonies of #D7C86C
Complementary color
Monochromatic Colors of #D7C86C
Black with #D7C86C
Text Example
Text Example
White with #D7C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C86C; }
p { color: rgb(215,200,108); }
H1.HeaderClassName
{
color: #D7C86C;
}
.AnyTagClassName
{
color: #D7C86C;
}
</style>
background-color css
<style>
a { background-color: #D7C86C; }
a { background-color: rgb(215,200,108); }
div.DivClassName
{
background-color: #D7C86C;
}
.BgClassName
{
background-color: #D7C86C;
}
</style>
border-color css
<style>
span { border-color: #D7C86C; }
span { border-color: rgb(215,200,108); }
td.TdClassName
{
border-color: #D7C86C;
}
.TagClassName
{
border-color: #D7C86C;
}
</style>