Shades of Chenin #D9CA71
Tints of Chenin #D9CA71
RGB
CMYK
RGB Variations
Color information
#D9CA71 (or 0xD9CA71) is known color: Chenin. HEX triplet: D9, CA and 71. RGB value is (217,202,113). Sum of RGB (Red+Green+Blue) = 217+202+113=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA71 is #26358E. Grayscale: #C4C4C4. Windows color (decimal): -2504079 or 7457497. OLE color: 7457497.
HSL color Cylindrical-coordinate representation of color #D9CA71: hue angle of 51.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9CA71 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 113 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.15 |
| HSL | 51.35º | 0.58% | 0.65% | - |
| HSV(B) | 51.35º | 0.48% | 0.85% | - |
| XYZ | 52.72 | 58.19 | 24.08 | - |
| YUV | 196.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 113 | 0 | 0.07 | 0.48 | 0.15 | 51.35 | 0.58 | 0.65 |
| Hex | D9 | CA | 71 | 0 | 7 | 30 | F | 33 | 3A | 41 |
| Octal | 331 | 312 | 161 | 0 | 7 | 60 | 17 | 63 | 72 | 101 |
| Binary | 11011001 | 11001010 | 1110001 | 0 | 111 | 110000 | 1111 | 110011 | 111010 | 1000001 |
Color Harmonies of #D9CA71
Complementary color
Monochromatic Colors of #D9CA71
Black with #D9CA71
Text Example
Text Example
White with #D9CA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA71; }
p { color: rgb(217,202,113); }
H1.HeaderClassName
{
color: #D9CA71;
}
.AnyTagClassName
{
color: #D9CA71;
}
</style>
background-color css
<style>
a { background-color: #D9CA71; }
a { background-color: rgb(217,202,113); }
div.DivClassName
{
background-color: #D9CA71;
}
.BgClassName
{
background-color: #D9CA71;
}
</style>
border-color css
<style>
span { border-color: #D9CA71; }
span { border-color: rgb(217,202,113); }
td.TdClassName
{
border-color: #D9CA71;
}
.TagClassName
{
border-color: #D9CA71;
}
</style>