Shades of Winter Hazel #D4CA8E
Tints of Winter Hazel #D4CA8E
RGB
CMYK
RGB Variations
Color information
#D4CA8E (or 0xD4CA8E) is known color: Winter Hazel. HEX triplet: D4, CA and 8E. RGB value is (212,202,142). Sum of RGB (Red+Green+Blue) = 212+202+142=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CA8E is #2B3571. Grayscale: #C6C6C6. Windows color (decimal): -2831730 or 9358036. OLE color: 9358036.
HSL color Cylindrical-coordinate representation of color #D4CA8E: hue angle of 51.43º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4CA8E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 142 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.17 |
| HSL | 51.43º | 0.45% | 0.69% | - |
| HSV(B) | 51.43º | 0.33% | 0.83% | - |
| XYZ | 53.15 | 58.19 | 34.02 | - |
| YUV | 198.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 142 | 0 | 0.05 | 0.33 | 0.17 | 51.43 | 0.45 | 0.69 |
| Hex | D4 | CA | 8E | 0 | 5 | 21 | 11 | 33 | 2D | 45 |
| Octal | 324 | 312 | 216 | 0 | 5 | 41 | 21 | 63 | 55 | 105 |
| Binary | 11010100 | 11001010 | 10001110 | 0 | 101 | 100001 | 10001 | 110011 | 101101 | 1000101 |
Color Harmonies of #D4CA8E
Complementary color
Monochromatic Colors of #D4CA8E
Black with #D4CA8E
Text Example
Text Example
White with #D4CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA8E; }
p { color: rgb(212,202,142); }
H1.HeaderClassName
{
color: #D4CA8E;
}
.AnyTagClassName
{
color: #D4CA8E;
}
</style>
background-color css
<style>
a { background-color: #D4CA8E; }
a { background-color: rgb(212,202,142); }
div.DivClassName
{
background-color: #D4CA8E;
}
.BgClassName
{
background-color: #D4CA8E;
}
</style>
border-color css
<style>
span { border-color: #D4CA8E; }
span { border-color: rgb(212,202,142); }
td.TdClassName
{
border-color: #D4CA8E;
}
.TagClassName
{
border-color: #D4CA8E;
}
</style>