Shades of Winter Hazel #D4C78A
Tints of Winter Hazel #D4C78A
RGB
CMYK
RGB Variations
Color information
#D4C78A (or 0xD4C78A) is known color: Winter Hazel. HEX triplet: D4, C7 and 8A. RGB value is (212,199,138). Sum of RGB (Red+Green+Blue) = 212+199+138=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C78A is #2B3875. Grayscale: #C4C4C4. Windows color (decimal): -2832502 or 9095124. OLE color: 9095124.
HSL color Cylindrical-coordinate representation of color #D4C78A: hue angle of 49.46º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4C78A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 138 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.17 |
| HSL | 49.46º | 0.46% | 0.69% | - |
| HSV(B) | 49.46º | 0.35% | 0.83% | - |
| XYZ | 52.16 | 56.68 | 32.24 | - |
| YUV | 195.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 138 | 0 | 0.06 | 0.35 | 0.17 | 49.46 | 0.46 | 0.69 |
| Hex | D4 | C7 | 8A | 0 | 6 | 23 | 11 | 31 | 2E | 45 |
| Octal | 324 | 307 | 212 | 0 | 6 | 43 | 21 | 61 | 56 | 105 |
| Binary | 11010100 | 11000111 | 10001010 | 0 | 110 | 100011 | 10001 | 110001 | 101110 | 1000101 |
Color Harmonies of #D4C78A
Complementary color
Monochromatic Colors of #D4C78A
Black with #D4C78A
Text Example
Text Example
White with #D4C78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C78A; }
p { color: rgb(212,199,138); }
H1.HeaderClassName
{
color: #D4C78A;
}
.AnyTagClassName
{
color: #D4C78A;
}
</style>
background-color css
<style>
a { background-color: #D4C78A; }
a { background-color: rgb(212,199,138); }
div.DivClassName
{
background-color: #D4C78A;
}
.BgClassName
{
background-color: #D4C78A;
}
</style>
border-color css
<style>
span { border-color: #D4C78A; }
span { border-color: rgb(212,199,138); }
td.TdClassName
{
border-color: #D4C78A;
}
.TagClassName
{
border-color: #D4C78A;
}
</style>