Shades of Chenin #D8C775
Tints of Chenin #D8C775
RGB
CMYK
RGB Variations
Color information
#D8C775 (or 0xD8C775) is known color: Chenin. HEX triplet: D8, C7 and 75. RGB value is (216,199,117). Sum of RGB (Red+Green+Blue) = 216+199+117=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C775 is #27388A. Grayscale: #C3C3C3. Windows color (decimal): -2570379 or 7718872. OLE color: 7718872.
HSL color Cylindrical-coordinate representation of color #D8C775: hue angle of 49.7º 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 #D8C775 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 117 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.15 |
| HSL | 49.7º | 0.56% | 0.65% | - |
| HSV(B) | 49.7º | 0.46% | 0.85% | - |
| XYZ | 51.95 | 56.73 | 25.04 | - |
| YUV | 194.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 117 | 0 | 0.08 | 0.46 | 0.15 | 49.7 | 0.56 | 0.65 |
| Hex | D8 | C7 | 75 | 0 | 8 | 2E | F | 32 | 38 | 41 |
| Octal | 330 | 307 | 165 | 0 | 10 | 56 | 17 | 62 | 70 | 101 |
| Binary | 11011000 | 11000111 | 1110101 | 0 | 1000 | 101110 | 1111 | 110010 | 111000 | 1000001 |
Color Harmonies of #D8C775
Complementary color
Monochromatic Colors of #D8C775
Black with #D8C775
Text Example
Text Example
White with #D8C775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C775; }
p { color: rgb(216,199,117); }
H1.HeaderClassName
{
color: #D8C775;
}
.AnyTagClassName
{
color: #D8C775;
}
</style>
background-color css
<style>
a { background-color: #D8C775; }
a { background-color: rgb(216,199,117); }
div.DivClassName
{
background-color: #D8C775;
}
.BgClassName
{
background-color: #D8C775;
}
</style>
border-color css
<style>
span { border-color: #D8C775; }
span { border-color: rgb(216,199,117); }
td.TdClassName
{
border-color: #D8C775;
}
.TagClassName
{
border-color: #D8C775;
}
</style>