Shades of Chenin #D8C576
Tints of Chenin #D8C576
RGB
CMYK
RGB Variations
Color information
#D8C576 (or 0xD8C576) is known color: Chenin. HEX triplet: D8, C5 and 76. RGB value is (216,197,118). Sum of RGB (Red+Green+Blue) = 216+197+118=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C576 is #273A89. Grayscale: #C2C2C2. Windows color (decimal): -2570890 or 7783896. OLE color: 7783896.
HSL color Cylindrical-coordinate representation of color #D8C576: hue angle of 48.37º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8C576 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 118 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.15 |
| HSL | 48.37º | 0.56% | 0.65% | - |
| HSV(B) | 48.37º | 0.45% | 0.85% | - |
| XYZ | 51.56 | 55.84 | 25.2 | - |
| YUV | 193.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 118 | 0 | 0.09 | 0.45 | 0.15 | 48.37 | 0.56 | 0.65 |
| Hex | D8 | C5 | 76 | 0 | 9 | 2D | F | 30 | 38 | 41 |
| Octal | 330 | 305 | 166 | 0 | 11 | 55 | 17 | 60 | 70 | 101 |
| Binary | 11011000 | 11000101 | 1110110 | 0 | 1001 | 101101 | 1111 | 110000 | 111000 | 1000001 |
Color Harmonies of #D8C576
Complementary color
Monochromatic Colors of #D8C576
Black with #D8C576
Text Example
Text Example
White with #D8C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C576; }
p { color: rgb(216,197,118); }
H1.HeaderClassName
{
color: #D8C576;
}
.AnyTagClassName
{
color: #D8C576;
}
</style>
background-color css
<style>
a { background-color: #D8C576; }
a { background-color: rgb(216,197,118); }
div.DivClassName
{
background-color: #D8C576;
}
.BgClassName
{
background-color: #D8C576;
}
</style>
border-color css
<style>
span { border-color: #D8C576; }
span { border-color: rgb(216,197,118); }
td.TdClassName
{
border-color: #D8C576;
}
.TagClassName
{
border-color: #D8C576;
}
</style>