Shades of Chenin #D9C964
Tints of Chenin #D9C964
RGB
CMYK
RGB Variations
Color information
#D9C964 (or 0xD9C964) is known color: Chenin. HEX triplet: D9, C9 and 64. RGB value is (217,201,100). Sum of RGB (Red+Green+Blue) = 217+201+100=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C964 is #26369B. Grayscale: #C2C2C2. Windows color (decimal): -2504348 or 6605273. OLE color: 6605273.
HSL color Cylindrical-coordinate representation of color #D9C964: hue angle of 51.79º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9C964 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 100 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.15 |
| HSL | 51.79º | 0.61% | 0.62% | - |
| HSV(B) | 51.79º | 0.54% | 0.85% | - |
| XYZ | 51.8 | 57.45 | 20.41 | - |
| YUV | 194.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 100 | 0 | 0.07 | 0.54 | 0.15 | 51.79 | 0.61 | 0.62 |
| Hex | D9 | C9 | 64 | 0 | 7 | 36 | F | 34 | 3D | 3E |
| Octal | 331 | 311 | 144 | 0 | 7 | 66 | 17 | 64 | 75 | 76 |
| Binary | 11011001 | 11001001 | 1100100 | 0 | 111 | 110110 | 1111 | 110100 | 111101 | 111110 |
Color Harmonies of #D9C964
Complementary color
Monochromatic Colors of #D9C964
Black with #D9C964
Text Example
Text Example
White with #D9C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C964; }
p { color: rgb(217,201,100); }
H1.HeaderClassName
{
color: #D9C964;
}
.AnyTagClassName
{
color: #D9C964;
}
</style>
background-color css
<style>
a { background-color: #D9C964; }
a { background-color: rgb(217,201,100); }
div.DivClassName
{
background-color: #D9C964;
}
.BgClassName
{
background-color: #D9C964;
}
</style>
border-color css
<style>
span { border-color: #D9C964; }
span { border-color: rgb(217,201,100); }
td.TdClassName
{
border-color: #D9C964;
}
.TagClassName
{
border-color: #D9C964;
}
</style>