Shades of Chenin #D4CA66
Tints of Chenin #D4CA66
RGB
CMYK
RGB Variations
Color information
#D4CA66 (or 0xD4CA66) is known color: Chenin. HEX triplet: D4, CA and 66. RGB value is (212,202,102). Sum of RGB (Red+Green+Blue) = 212+202+102=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA66 is #2B3599. Grayscale: #C1C1C1. Windows color (decimal): -2831770 or 6736596. OLE color: 6736596.
HSL color Cylindrical-coordinate representation of color #D4CA66: hue angle of 54.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4CA66 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 102 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.17 |
| HSL | 54.55º | 0.56% | 0.62% | - |
| HSV(B) | 54.55º | 0.52% | 0.83% | - |
| XYZ | 50.67 | 57.2 | 20.94 | - |
| YUV | 193.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 102 | 0 | 0.05 | 0.52 | 0.17 | 54.55 | 0.56 | 0.62 |
| Hex | D4 | CA | 66 | 0 | 5 | 34 | 11 | 37 | 38 | 3E |
| Octal | 324 | 312 | 146 | 0 | 5 | 64 | 21 | 67 | 70 | 76 |
| Binary | 11010100 | 11001010 | 1100110 | 0 | 101 | 110100 | 10001 | 110111 | 111000 | 111110 |
Color Harmonies of #D4CA66
Complementary color
Monochromatic Colors of #D4CA66
Black with #D4CA66
Text Example
Text Example
White with #D4CA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA66; }
p { color: rgb(212,202,102); }
H1.HeaderClassName
{
color: #D4CA66;
}
.AnyTagClassName
{
color: #D4CA66;
}
</style>
background-color css
<style>
a { background-color: #D4CA66; }
a { background-color: rgb(212,202,102); }
div.DivClassName
{
background-color: #D4CA66;
}
.BgClassName
{
background-color: #D4CA66;
}
</style>
border-color css
<style>
span { border-color: #D4CA66; }
span { border-color: rgb(212,202,102); }
td.TdClassName
{
border-color: #D4CA66;
}
.TagClassName
{
border-color: #D4CA66;
}
</style>