Shades of Chenin #D7C16E
Tints of Chenin #D7C16E
RGB
CMYK
RGB Variations
Color information
#D7C16E (or 0xD7C16E) is known color: Chenin. HEX triplet: D7, C1 and 6E. RGB value is (215,193,110). Sum of RGB (Red+Green+Blue) = 215+193+110=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C16E is #283E91. Grayscale: #BEBEBE. Windows color (decimal): -2637458 or 7258583. OLE color: 7258583.
HSL color Cylindrical-coordinate representation of color #D7C16E: hue angle of 47.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 #D7C16E is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 110 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.16 |
| HSL | 47.43º | 0.57% | 0.64% | - |
| HSV(B) | 47.43º | 0.49% | 0.84% | - |
| XYZ | 49.91 | 53.71 | 22.49 | - |
| YUV | 190.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 110 | 0 | 0.10 | 0.49 | 0.16 | 47.43 | 0.57 | 0.64 |
| Hex | D7 | C1 | 6E | 0 | A | 31 | 10 | 2F | 39 | 40 |
| Octal | 327 | 301 | 156 | 0 | 12 | 61 | 20 | 57 | 71 | 100 |
| Binary | 11010111 | 11000001 | 1101110 | 0 | 1010 | 110001 | 10000 | 101111 | 111001 | 1000000 |
Color Harmonies of #D7C16E
Complementary color
Monochromatic Colors of #D7C16E
Black with #D7C16E
Text Example
Text Example
White with #D7C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C16E; }
p { color: rgb(215,193,110); }
H1.HeaderClassName
{
color: #D7C16E;
}
.AnyTagClassName
{
color: #D7C16E;
}
</style>
background-color css
<style>
a { background-color: #D7C16E; }
a { background-color: rgb(215,193,110); }
div.DivClassName
{
background-color: #D7C16E;
}
.BgClassName
{
background-color: #D7C16E;
}
</style>
border-color css
<style>
span { border-color: #D7C16E; }
span { border-color: rgb(215,193,110); }
td.TdClassName
{
border-color: #D7C16E;
}
.TagClassName
{
border-color: #D7C16E;
}
</style>