Shades of Winter Hazel #D4C378
Tints of Winter Hazel #D4C378
RGB
CMYK
RGB Variations
Color information
#D4C378 (or 0xD4C378) is known color: Winter Hazel. HEX triplet: D4, C3 and 78. RGB value is (212,195,120). Sum of RGB (Red+Green+Blue) = 212+195+120=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C378 is #2B3C87. Grayscale: #BFBFBF. Windows color (decimal): -2833544 or 7914452. OLE color: 7914452.
HSL color Cylindrical-coordinate representation of color #D4C378: hue angle of 48.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4C378 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 120 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.17 |
| HSL | 48.91º | 0.52% | 0.65% | - |
| HSV(B) | 48.91º | 0.43% | 0.83% | - |
| XYZ | 50.06 | 54.38 | 25.63 | - |
| YUV | 191.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 120 | 0 | 0.08 | 0.43 | 0.17 | 48.91 | 0.52 | 0.65 |
| Hex | D4 | C3 | 78 | 0 | 8 | 2B | 11 | 31 | 34 | 41 |
| Octal | 324 | 303 | 170 | 0 | 10 | 53 | 21 | 61 | 64 | 101 |
| Binary | 11010100 | 11000011 | 1111000 | 0 | 1000 | 101011 | 10001 | 110001 | 110100 | 1000001 |
Color Harmonies of #D4C378
Complementary color
Monochromatic Colors of #D4C378
Black with #D4C378
Text Example
Text Example
White with #D4C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C378; }
p { color: rgb(212,195,120); }
H1.HeaderClassName
{
color: #D4C378;
}
.AnyTagClassName
{
color: #D4C378;
}
</style>
background-color css
<style>
a { background-color: #D4C378; }
a { background-color: rgb(212,195,120); }
div.DivClassName
{
background-color: #D4C378;
}
.BgClassName
{
background-color: #D4C378;
}
</style>
border-color css
<style>
span { border-color: #D4C378; }
span { border-color: rgb(212,195,120); }
td.TdClassName
{
border-color: #D4C378;
}
.TagClassName
{
border-color: #D4C378;
}
</style>