Shades of Chenin #D9CA63
Tints of Chenin #D9CA63
RGB
CMYK
RGB Variations
Color information
#D9CA63 (or 0xD9CA63) is known color: Chenin. HEX triplet: D9, CA and 63. RGB value is (217,202,99). Sum of RGB (Red+Green+Blue) = 217+202+99=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA63 is #26359C. Grayscale: #C3C3C3. Windows color (decimal): -2504093 or 6539993. OLE color: 6539993.
HSL color Cylindrical-coordinate representation of color #D9CA63: hue angle of 52.37º 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 #D9CA63 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 99 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.15 |
| HSL | 52.37º | 0.61% | 0.62% | - |
| HSV(B) | 52.37º | 0.54% | 0.85% | - |
| XYZ | 51.99 | 57.89 | 20.24 | - |
| YUV | 194.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 99 | 0 | 0.07 | 0.54 | 0.15 | 52.37 | 0.61 | 0.62 |
| Hex | D9 | CA | 63 | 0 | 7 | 36 | F | 34 | 3D | 3E |
| Octal | 331 | 312 | 143 | 0 | 7 | 66 | 17 | 64 | 75 | 76 |
| Binary | 11011001 | 11001010 | 1100011 | 0 | 111 | 110110 | 1111 | 110100 | 111101 | 111110 |
Color Harmonies of #D9CA63
Complementary color
Monochromatic Colors of #D9CA63
Black with #D9CA63
Text Example
Text Example
White with #D9CA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA63; }
p { color: rgb(217,202,99); }
H1.HeaderClassName
{
color: #D9CA63;
}
.AnyTagClassName
{
color: #D9CA63;
}
</style>
background-color css
<style>
a { background-color: #D9CA63; }
a { background-color: rgb(217,202,99); }
div.DivClassName
{
background-color: #D9CA63;
}
.BgClassName
{
background-color: #D9CA63;
}
</style>
border-color css
<style>
span { border-color: #D9CA63; }
span { border-color: rgb(217,202,99); }
td.TdClassName
{
border-color: #D9CA63;
}
.TagClassName
{
border-color: #D9CA63;
}
</style>