Shades of Chenin #D9C96F
Tints of Chenin #D9C96F
RGB
CMYK
RGB Variations
Color information
#D9C96F (or 0xD9C96F) is known color: Chenin. HEX triplet: D9, C9 and 6F. RGB value is (217,201,111). Sum of RGB (Red+Green+Blue) = 217+201+111=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C96F is #263690. Grayscale: #C3C3C3. Windows color (decimal): -2504337 or 7326169. OLE color: 7326169.
HSL color Cylindrical-coordinate representation of color #D9C96F: hue angle of 50.94º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9C96F is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 111 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.15 |
| HSL | 50.94º | 0.58% | 0.64% | - |
| HSV(B) | 50.94º | 0.49% | 0.85% | - |
| XYZ | 52.37 | 57.67 | 23.41 | - |
| YUV | 195.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 111 | 0 | 0.07 | 0.49 | 0.15 | 50.94 | 0.58 | 0.64 |
| Hex | D9 | C9 | 6F | 0 | 7 | 31 | F | 33 | 3A | 40 |
| Octal | 331 | 311 | 157 | 0 | 7 | 61 | 17 | 63 | 72 | 100 |
| Binary | 11011001 | 11001001 | 1101111 | 0 | 111 | 110001 | 1111 | 110011 | 111010 | 1000000 |
Color Harmonies of #D9C96F
Complementary color
Monochromatic Colors of #D9C96F
Black with #D9C96F
Text Example
Text Example
White with #D9C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C96F; }
p { color: rgb(217,201,111); }
H1.HeaderClassName
{
color: #D9C96F;
}
.AnyTagClassName
{
color: #D9C96F;
}
</style>
background-color css
<style>
a { background-color: #D9C96F; }
a { background-color: rgb(217,201,111); }
div.DivClassName
{
background-color: #D9C96F;
}
.BgClassName
{
background-color: #D9C96F;
}
</style>
border-color css
<style>
span { border-color: #D9C96F; }
span { border-color: rgb(217,201,111); }
td.TdClassName
{
border-color: #D9C96F;
}
.TagClassName
{
border-color: #D9C96F;
}
</style>