Shades of Winter Hazel #D4C38E
Tints of Winter Hazel #D4C38E
RGB
CMYK
RGB Variations
Color information
#D4C38E (or 0xD4C38E) is known color: Winter Hazel. HEX triplet: D4, C3 and 8E. RGB value is (212,195,142). Sum of RGB (Red+Green+Blue) = 212+195+142=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C38E is #2B3C71. Grayscale: #C2C2C2. Windows color (decimal): -2833522 or 9356244. OLE color: 9356244.
HSL color Cylindrical-coordinate representation of color #D4C38E: hue angle of 45.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 #D4C38E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 142 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.17 |
| HSL | 45.43º | 0.45% | 0.69% | - |
| HSV(B) | 45.43º | 0.33% | 0.83% | - |
| XYZ | 51.55 | 54.98 | 33.49 | - |
| YUV | 194.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 142 | 0 | 0.08 | 0.33 | 0.17 | 45.43 | 0.45 | 0.69 |
| Hex | D4 | C3 | 8E | 0 | 8 | 21 | 11 | 2D | 2D | 45 |
| Octal | 324 | 303 | 216 | 0 | 10 | 41 | 21 | 55 | 55 | 105 |
| Binary | 11010100 | 11000011 | 10001110 | 0 | 1000 | 100001 | 10001 | 101101 | 101101 | 1000101 |
Color Harmonies of #D4C38E
Complementary color
Monochromatic Colors of #D4C38E
Black with #D4C38E
Text Example
Text Example
White with #D4C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C38E; }
p { color: rgb(212,195,142); }
H1.HeaderClassName
{
color: #D4C38E;
}
.AnyTagClassName
{
color: #D4C38E;
}
</style>
background-color css
<style>
a { background-color: #D4C38E; }
a { background-color: rgb(212,195,142); }
div.DivClassName
{
background-color: #D4C38E;
}
.BgClassName
{
background-color: #D4C38E;
}
</style>
border-color css
<style>
span { border-color: #D4C38E; }
span { border-color: rgb(212,195,142); }
td.TdClassName
{
border-color: #D4C38E;
}
.TagClassName
{
border-color: #D4C38E;
}
</style>