Shades of Chenin #D8C475
Tints of Chenin #D8C475
RGB
CMYK
RGB Variations
Color information
#D8C475 (or 0xD8C475) is known color: Chenin. HEX triplet: D8, C4 and 75. RGB value is (216,196,117). Sum of RGB (Red+Green+Blue) = 216+196+117=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C475 is #273B8A. Grayscale: #C1C1C1. Windows color (decimal): -2571147 or 7718104. OLE color: 7718104.
HSL color Cylindrical-coordinate representation of color #D8C475: hue angle of 47.88º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8C475 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 117 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.15 |
| HSL | 47.88º | 0.56% | 0.65% | - |
| HSV(B) | 47.88º | 0.46% | 0.85% | - |
| XYZ | 51.27 | 55.36 | 24.81 | - |
| YUV | 192.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 117 | 0 | 0.09 | 0.46 | 0.15 | 47.88 | 0.56 | 0.65 |
| Hex | D8 | C4 | 75 | 0 | 9 | 2E | F | 30 | 38 | 41 |
| Octal | 330 | 304 | 165 | 0 | 11 | 56 | 17 | 60 | 70 | 101 |
| Binary | 11011000 | 11000100 | 1110101 | 0 | 1001 | 101110 | 1111 | 110000 | 111000 | 1000001 |
Color Harmonies of #D8C475
Complementary color
Monochromatic Colors of #D8C475
Black with #D8C475
Text Example
Text Example
White with #D8C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C475; }
p { color: rgb(216,196,117); }
H1.HeaderClassName
{
color: #D8C475;
}
.AnyTagClassName
{
color: #D8C475;
}
</style>
background-color css
<style>
a { background-color: #D8C475; }
a { background-color: rgb(216,196,117); }
div.DivClassName
{
background-color: #D8C475;
}
.BgClassName
{
background-color: #D8C475;
}
</style>
border-color css
<style>
span { border-color: #D8C475; }
span { border-color: rgb(216,196,117); }
td.TdClassName
{
border-color: #D8C475;
}
.TagClassName
{
border-color: #D8C475;
}
</style>