Shades of Chenin #D4CA71
Tints of Chenin #D4CA71
RGB
CMYK
RGB Variations
Color information
#D4CA71 (or 0xD4CA71) is known color: Chenin. HEX triplet: D4, CA and 71. RGB value is (212,202,113). Sum of RGB (Red+Green+Blue) = 212+202+113=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA71 is #2B358E. Grayscale: #C3C3C3. Windows color (decimal): -2831759 or 7457492. OLE color: 7457492.
HSL color Cylindrical-coordinate representation of color #D4CA71: hue angle of 53.94º 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 #D4CA71 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 113 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.17 |
| HSL | 53.94º | 0.54% | 0.64% | - |
| HSV(B) | 53.94º | 0.47% | 0.83% | - |
| XYZ | 51.25 | 57.43 | 24.01 | - |
| YUV | 194.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 113 | 0 | 0.05 | 0.47 | 0.17 | 53.94 | 0.54 | 0.64 |
| Hex | D4 | CA | 71 | 0 | 5 | 2F | 11 | 36 | 36 | 40 |
| Octal | 324 | 312 | 161 | 0 | 5 | 57 | 21 | 66 | 66 | 100 |
| Binary | 11010100 | 11001010 | 1110001 | 0 | 101 | 101111 | 10001 | 110110 | 110110 | 1000000 |
Color Harmonies of #D4CA71
Complementary color
Monochromatic Colors of #D4CA71
Black with #D4CA71
Text Example
Text Example
White with #D4CA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA71; }
p { color: rgb(212,202,113); }
H1.HeaderClassName
{
color: #D4CA71;
}
.AnyTagClassName
{
color: #D4CA71;
}
</style>
background-color css
<style>
a { background-color: #D4CA71; }
a { background-color: rgb(212,202,113); }
div.DivClassName
{
background-color: #D4CA71;
}
.BgClassName
{
background-color: #D4CA71;
}
</style>
border-color css
<style>
span { border-color: #D4CA71; }
span { border-color: rgb(212,202,113); }
td.TdClassName
{
border-color: #D4CA71;
}
.TagClassName
{
border-color: #D4CA71;
}
</style>