Shades of Chenin #D4C475
Tints of Chenin #D4C475
RGB
CMYK
RGB Variations
Color information
#D4C475 (or 0xD4C475) is known color: Chenin. HEX triplet: D4, C4 and 75. RGB value is (212,196,117). Sum of RGB (Red+Green+Blue) = 212+196+117=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C475 is #2B3B8A. Grayscale: #C0C0C0. Windows color (decimal): -2833291 or 7718100. OLE color: 7718100.
HSL color Cylindrical-coordinate representation of color #D4C475: hue angle of 49.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4C475 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 117 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.17 |
| HSL | 49.89º | 0.52% | 0.65% | - |
| HSV(B) | 49.89º | 0.45% | 0.83% | - |
| XYZ | 50.1 | 54.76 | 24.76 | - |
| YUV | 191.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 117 | 0 | 0.08 | 0.45 | 0.17 | 49.89 | 0.52 | 0.65 |
| Hex | D4 | C4 | 75 | 0 | 8 | 2D | 11 | 32 | 34 | 41 |
| Octal | 324 | 304 | 165 | 0 | 10 | 55 | 21 | 62 | 64 | 101 |
| Binary | 11010100 | 11000100 | 1110101 | 0 | 1000 | 101101 | 10001 | 110010 | 110100 | 1000001 |
Color Harmonies of #D4C475
Complementary color
Monochromatic Colors of #D4C475
Black with #D4C475
Text Example
Text Example
White with #D4C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C475; }
p { color: rgb(212,196,117); }
H1.HeaderClassName
{
color: #D4C475;
}
.AnyTagClassName
{
color: #D4C475;
}
</style>
background-color css
<style>
a { background-color: #D4C475; }
a { background-color: rgb(212,196,117); }
div.DivClassName
{
background-color: #D4C475;
}
.BgClassName
{
background-color: #D4C475;
}
</style>
border-color css
<style>
span { border-color: #D4C475; }
span { border-color: rgb(212,196,117); }
td.TdClassName
{
border-color: #D4C475;
}
.TagClassName
{
border-color: #D4C475;
}
</style>