Shades of Chenin #D4CA73
Tints of Chenin #D4CA73
RGB
CMYK
RGB Variations
Color information
#D4CA73 (or 0xD4CA73) is known color: Chenin. HEX triplet: D4, CA and 73. RGB value is (212,202,115). Sum of RGB (Red+Green+Blue) = 212+202+115=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA73 is #2B358C. Grayscale: #C3C3C3. Windows color (decimal): -2831757 or 7588564. OLE color: 7588564.
HSL color Cylindrical-coordinate representation of color #D4CA73: hue angle of 53.81º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4CA73 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 115 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.17 |
| HSL | 53.81º | 0.53% | 0.64% | - |
| HSV(B) | 53.81º | 0.46% | 0.83% | - |
| XYZ | 51.37 | 57.48 | 24.61 | - |
| YUV | 195.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 115 | 0 | 0.05 | 0.46 | 0.17 | 53.81 | 0.53 | 0.64 |
| Hex | D4 | CA | 73 | 0 | 5 | 2E | 11 | 36 | 35 | 40 |
| Octal | 324 | 312 | 163 | 0 | 5 | 56 | 21 | 66 | 65 | 100 |
| Binary | 11010100 | 11001010 | 1110011 | 0 | 101 | 101110 | 10001 | 110110 | 110101 | 1000000 |
Color Harmonies of #D4CA73
Complementary color
Monochromatic Colors of #D4CA73
Black with #D4CA73
Text Example
Text Example
White with #D4CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA73; }
p { color: rgb(212,202,115); }
H1.HeaderClassName
{
color: #D4CA73;
}
.AnyTagClassName
{
color: #D4CA73;
}
</style>
background-color css
<style>
a { background-color: #D4CA73; }
a { background-color: rgb(212,202,115); }
div.DivClassName
{
background-color: #D4CA73;
}
.BgClassName
{
background-color: #D4CA73;
}
</style>
border-color css
<style>
span { border-color: #D4CA73; }
span { border-color: rgb(212,202,115); }
td.TdClassName
{
border-color: #D4CA73;
}
.TagClassName
{
border-color: #D4CA73;
}
</style>