Shades of Chenin #D9C875
Tints of Chenin #D9C875
RGB
CMYK
RGB Variations
Color information
#D9C875 (or 0xD9C875) is known color: Chenin. HEX triplet: D9, C8 and 75. RGB value is (217,200,117). Sum of RGB (Red+Green+Blue) = 217+200+117=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C875 is #26378A. Grayscale: #C3C3C3. Windows color (decimal): -2504587 or 7719129. OLE color: 7719129.
HSL color Cylindrical-coordinate representation of color #D9C875: hue angle of 49.8º 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 #D9C875 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 117 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.15 |
| HSL | 49.8º | 0.57% | 0.65% | - |
| HSV(B) | 49.8º | 0.46% | 0.85% | - |
| XYZ | 52.48 | 57.34 | 25.13 | - |
| YUV | 195.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 117 | 0 | 0.08 | 0.46 | 0.15 | 49.8 | 0.57 | 0.65 |
| Hex | D9 | C8 | 75 | 0 | 8 | 2E | F | 32 | 39 | 41 |
| Octal | 331 | 310 | 165 | 0 | 10 | 56 | 17 | 62 | 71 | 101 |
| Binary | 11011001 | 11001000 | 1110101 | 0 | 1000 | 101110 | 1111 | 110010 | 111001 | 1000001 |
Color Harmonies of #D9C875
Complementary color
Monochromatic Colors of #D9C875
Black with #D9C875
Text Example
Text Example
White with #D9C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C875; }
p { color: rgb(217,200,117); }
H1.HeaderClassName
{
color: #D9C875;
}
.AnyTagClassName
{
color: #D9C875;
}
</style>
background-color css
<style>
a { background-color: #D9C875; }
a { background-color: rgb(217,200,117); }
div.DivClassName
{
background-color: #D9C875;
}
.BgClassName
{
background-color: #D9C875;
}
</style>
border-color css
<style>
span { border-color: #D9C875; }
span { border-color: rgb(217,200,117); }
td.TdClassName
{
border-color: #D9C875;
}
.TagClassName
{
border-color: #D9C875;
}
</style>