Shades of Chenin #D4CA70
Tints of Chenin #D4CA70
RGB
CMYK
RGB Variations
Color information
#D4CA70 (or 0xD4CA70) is known color: Chenin. HEX triplet: D4, CA and 70. RGB value is (212,202,112). Sum of RGB (Red+Green+Blue) = 212+202+112=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA70 is #2B358F. Grayscale: #C3C3C3. Windows color (decimal): -2831760 or 7391956. OLE color: 7391956.
HSL color Cylindrical-coordinate representation of color #D4CA70: hue angle of 54º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4CA70 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 112 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.17 |
| HSL | 54º | 0.54% | 0.64% | - |
| HSV(B) | 54º | 0.47% | 0.83% | - |
| XYZ | 51.2 | 57.41 | 23.71 | - |
| YUV | 194.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 112 | 0 | 0.05 | 0.47 | 0.17 | 54 | 0.54 | 0.64 |
| Hex | D4 | CA | 70 | 0 | 5 | 2F | 11 | 36 | 36 | 40 |
| Octal | 324 | 312 | 160 | 0 | 5 | 57 | 21 | 66 | 66 | 100 |
| Binary | 11010100 | 11001010 | 1110000 | 0 | 101 | 101111 | 10001 | 110110 | 110110 | 1000000 |
Color Harmonies of #D4CA70
Complementary color
Monochromatic Colors of #D4CA70
Black with #D4CA70
Text Example
Text Example
White with #D4CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA70; }
p { color: rgb(212,202,112); }
H1.HeaderClassName
{
color: #D4CA70;
}
.AnyTagClassName
{
color: #D4CA70;
}
</style>
background-color css
<style>
a { background-color: #D4CA70; }
a { background-color: rgb(212,202,112); }
div.DivClassName
{
background-color: #D4CA70;
}
.BgClassName
{
background-color: #D4CA70;
}
</style>
border-color css
<style>
span { border-color: #D4CA70; }
span { border-color: rgb(212,202,112); }
td.TdClassName
{
border-color: #D4CA70;
}
.TagClassName
{
border-color: #D4CA70;
}
</style>