Shades of Chenin #D8C76F
Tints of Chenin #D8C76F
RGB
CMYK
RGB Variations
Color information
#D8C76F (or 0xD8C76F) is known color: Chenin. HEX triplet: D8, C7 and 6F. RGB value is (216,199,111). Sum of RGB (Red+Green+Blue) = 216+199+111=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C76F is #273890. Grayscale: #C2C2C2. Windows color (decimal): -2570385 or 7325656. OLE color: 7325656.
HSL color Cylindrical-coordinate representation of color #D8C76F: hue angle of 50.29º 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 #D8C76F is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 111 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.15 |
| HSL | 50.29º | 0.57% | 0.64% | - |
| HSV(B) | 50.29º | 0.49% | 0.85% | - |
| XYZ | 51.61 | 56.59 | 23.24 | - |
| YUV | 194.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 111 | 0 | 0.08 | 0.49 | 0.15 | 50.29 | 0.57 | 0.64 |
| Hex | D8 | C7 | 6F | 0 | 8 | 31 | F | 32 | 39 | 40 |
| Octal | 330 | 307 | 157 | 0 | 10 | 61 | 17 | 62 | 71 | 100 |
| Binary | 11011000 | 11000111 | 1101111 | 0 | 1000 | 110001 | 1111 | 110010 | 111001 | 1000000 |
Color Harmonies of #D8C76F
Complementary color
Monochromatic Colors of #D8C76F
Black with #D8C76F
Text Example
Text Example
White with #D8C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C76F; }
p { color: rgb(216,199,111); }
H1.HeaderClassName
{
color: #D8C76F;
}
.AnyTagClassName
{
color: #D8C76F;
}
</style>
background-color css
<style>
a { background-color: #D8C76F; }
a { background-color: rgb(216,199,111); }
div.DivClassName
{
background-color: #D8C76F;
}
.BgClassName
{
background-color: #D8C76F;
}
</style>
border-color css
<style>
span { border-color: #D8C76F; }
span { border-color: rgb(216,199,111); }
td.TdClassName
{
border-color: #D8C76F;
}
.TagClassName
{
border-color: #D8C76F;
}
</style>