Shades of Chenin #D9C475
Tints of Chenin #D9C475
RGB
CMYK
RGB Variations
Color information
#D9C475 (or 0xD9C475) is known color: Chenin. HEX triplet: D9, C4 and 75. RGB value is (217,196,117). Sum of RGB (Red+Green+Blue) = 217+196+117=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C475 is #263B8A. Grayscale: #C1C1C1. Windows color (decimal): -2505611 or 7718105. OLE color: 7718105.
HSL color Cylindrical-coordinate representation of color #D9C475: hue angle of 47.4º degrees, saturation: 0.57, 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 #D9C475 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 117 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.15 |
| HSL | 47.4º | 0.57% | 0.65% | - |
| HSV(B) | 47.4º | 0.46% | 0.85% | - |
| XYZ | 51.57 | 55.52 | 24.83 | - |
| YUV | 193.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 117 | 0 | 0.10 | 0.46 | 0.15 | 47.4 | 0.57 | 0.65 |
| Hex | D9 | C4 | 75 | 0 | A | 2E | F | 2F | 39 | 41 |
| Octal | 331 | 304 | 165 | 0 | 12 | 56 | 17 | 57 | 71 | 101 |
| Binary | 11011001 | 11000100 | 1110101 | 0 | 1010 | 101110 | 1111 | 101111 | 111001 | 1000001 |
Color Harmonies of #D9C475
Complementary color
Monochromatic Colors of #D9C475
Black with #D9C475
Text Example
Text Example
White with #D9C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C475; }
p { color: rgb(217,196,117); }
H1.HeaderClassName
{
color: #D9C475;
}
.AnyTagClassName
{
color: #D9C475;
}
</style>
background-color css
<style>
a { background-color: #D9C475; }
a { background-color: rgb(217,196,117); }
div.DivClassName
{
background-color: #D9C475;
}
.BgClassName
{
background-color: #D9C475;
}
</style>
border-color css
<style>
span { border-color: #D9C475; }
span { border-color: rgb(217,196,117); }
td.TdClassName
{
border-color: #D9C475;
}
.TagClassName
{
border-color: #D9C475;
}
</style>