Shades of Chenin #D7C86E
Tints of Chenin #D7C86E
RGB
CMYK
RGB Variations
Color information
#D7C86E (or 0xD7C86E) is known color: Chenin. HEX triplet: D7, C8 and 6E. RGB value is (215,200,110). Sum of RGB (Red+Green+Blue) = 215+200+110=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C86E is #283791. Grayscale: #C2C2C2. Windows color (decimal): -2635666 or 7260375. OLE color: 7260375.
HSL color Cylindrical-coordinate representation of color #D7C86E: hue angle of 51.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7C86E is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 110 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.16 |
| HSL | 51.43º | 0.57% | 0.64% | - |
| HSV(B) | 51.43º | 0.49% | 0.84% | - |
| XYZ | 51.49 | 56.88 | 23.02 | - |
| YUV | 194.23 | 80.47 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 110 | 0 | 0.07 | 0.49 | 0.16 | 51.43 | 0.57 | 0.64 |
| Hex | D7 | C8 | 6E | 0 | 7 | 31 | 10 | 33 | 39 | 40 |
| Octal | 327 | 310 | 156 | 0 | 7 | 61 | 20 | 63 | 71 | 100 |
| Binary | 11010111 | 11001000 | 1101110 | 0 | 111 | 110001 | 10000 | 110011 | 111001 | 1000000 |
Color Harmonies of #D7C86E
Complementary color
Monochromatic Colors of #D7C86E
Black with #D7C86E
Text Example
Text Example
White with #D7C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C86E; }
p { color: rgb(215,200,110); }
H1.HeaderClassName
{
color: #D7C86E;
}
.AnyTagClassName
{
color: #D7C86E;
}
</style>
background-color css
<style>
a { background-color: #D7C86E; }
a { background-color: rgb(215,200,110); }
div.DivClassName
{
background-color: #D7C86E;
}
.BgClassName
{
background-color: #D7C86E;
}
</style>
border-color css
<style>
span { border-color: #D7C86E; }
span { border-color: rgb(215,200,110); }
td.TdClassName
{
border-color: #D7C86E;
}
.TagClassName
{
border-color: #D7C86E;
}
</style>