Shades of Chenin #D7C76E
Tints of Chenin #D7C76E
RGB
CMYK
RGB Variations
Color information
#D7C76E (or 0xD7C76E) is known color: Chenin. HEX triplet: D7, C7 and 6E. RGB value is (215,199,110). Sum of RGB (Red+Green+Blue) = 215+199+110=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C76E is #283891. Grayscale: #C2C2C2. Windows color (decimal): -2635922 or 7260119. OLE color: 7260119.
HSL color Cylindrical-coordinate representation of color #D7C76E: hue angle of 50.86º 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 #D7C76E is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 110 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.16 |
| HSL | 50.86º | 0.57% | 0.64% | - |
| HSV(B) | 50.86º | 0.49% | 0.84% | - |
| XYZ | 51.26 | 56.42 | 22.94 | - |
| YUV | 193.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 110 | 0 | 0.07 | 0.49 | 0.16 | 50.86 | 0.57 | 0.64 |
| Hex | D7 | C7 | 6E | 0 | 7 | 31 | 10 | 33 | 39 | 40 |
| Octal | 327 | 307 | 156 | 0 | 7 | 61 | 20 | 63 | 71 | 100 |
| Binary | 11010111 | 11000111 | 1101110 | 0 | 111 | 110001 | 10000 | 110011 | 111001 | 1000000 |
Color Harmonies of #D7C76E
Complementary color
Monochromatic Colors of #D7C76E
Black with #D7C76E
Text Example
Text Example
White with #D7C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C76E; }
p { color: rgb(215,199,110); }
H1.HeaderClassName
{
color: #D7C76E;
}
.AnyTagClassName
{
color: #D7C76E;
}
</style>
background-color css
<style>
a { background-color: #D7C76E; }
a { background-color: rgb(215,199,110); }
div.DivClassName
{
background-color: #D7C76E;
}
.BgClassName
{
background-color: #D7C76E;
}
</style>
border-color css
<style>
span { border-color: #D7C76E; }
span { border-color: rgb(215,199,110); }
td.TdClassName
{
border-color: #D7C76E;
}
.TagClassName
{
border-color: #D7C76E;
}
</style>