Shades of Chenin #D4C973
Tints of Chenin #D4C973
RGB
CMYK
RGB Variations
Color information
#D4C973 (or 0xD4C973) is known color: Chenin. HEX triplet: D4, C9 and 73. RGB value is (212,201,115). Sum of RGB (Red+Green+Blue) = 212+201+115=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C973 is #2B368C. Grayscale: #C2C2C2. Windows color (decimal): -2832013 or 7588308. OLE color: 7588308.
HSL color Cylindrical-coordinate representation of color #D4C973: hue angle of 53.2º 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 #D4C973 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 115 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.17 |
| HSL | 53.2º | 0.53% | 0.64% | - |
| HSV(B) | 53.2º | 0.46% | 0.83% | - |
| XYZ | 51.13 | 57.01 | 24.53 | - |
| YUV | 194.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 115 | 0 | 0.05 | 0.46 | 0.17 | 53.2 | 0.53 | 0.64 |
| Hex | D4 | C9 | 73 | 0 | 5 | 2E | 11 | 35 | 35 | 40 |
| Octal | 324 | 311 | 163 | 0 | 5 | 56 | 21 | 65 | 65 | 100 |
| Binary | 11010100 | 11001001 | 1110011 | 0 | 101 | 101110 | 10001 | 110101 | 110101 | 1000000 |
Color Harmonies of #D4C973
Complementary color
Monochromatic Colors of #D4C973
Black with #D4C973
Text Example
Text Example
White with #D4C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C973; }
p { color: rgb(212,201,115); }
H1.HeaderClassName
{
color: #D4C973;
}
.AnyTagClassName
{
color: #D4C973;
}
</style>
background-color css
<style>
a { background-color: #D4C973; }
a { background-color: rgb(212,201,115); }
div.DivClassName
{
background-color: #D4C973;
}
.BgClassName
{
background-color: #D4C973;
}
</style>
border-color css
<style>
span { border-color: #D4C973; }
span { border-color: rgb(212,201,115); }
td.TdClassName
{
border-color: #D4C973;
}
.TagClassName
{
border-color: #D4C973;
}
</style>