Shades of Winter Hazel #D4C27F
Tints of Winter Hazel #D4C27F
RGB
CMYK
RGB Variations
Color information
#D4C27F (or 0xD4C27F) is known color: Winter Hazel. HEX triplet: D4, C2 and 7F. RGB value is (212,194,127). Sum of RGB (Red+Green+Blue) = 212+194+127=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C27F is #2B3D80. Grayscale: #C0C0C0. Windows color (decimal): -2833793 or 8372948. OLE color: 8372948.
HSL color Cylindrical-coordinate representation of color #D4C27F: hue angle of 47.29º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4C27F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 127 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.17 |
| HSL | 47.29º | 0.5% | 0.66% | - |
| HSV(B) | 47.29º | 0.4% | 0.83% | - |
| XYZ | 50.27 | 54.11 | 27.87 | - |
| YUV | 191.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 127 | 0 | 0.08 | 0.40 | 0.17 | 47.29 | 0.5 | 0.66 |
| Hex | D4 | C2 | 7F | 0 | 8 | 28 | 11 | 2F | 32 | 42 |
| Octal | 324 | 302 | 177 | 0 | 10 | 50 | 21 | 57 | 62 | 102 |
| Binary | 11010100 | 11000010 | 1111111 | 0 | 1000 | 101000 | 10001 | 101111 | 110010 | 1000010 |
Color Harmonies of #D4C27F
Complementary color
Monochromatic Colors of #D4C27F
Black with #D4C27F
Text Example
Text Example
White with #D4C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C27F; }
p { color: rgb(212,194,127); }
H1.HeaderClassName
{
color: #D4C27F;
}
.AnyTagClassName
{
color: #D4C27F;
}
</style>
background-color css
<style>
a { background-color: #D4C27F; }
a { background-color: rgb(212,194,127); }
div.DivClassName
{
background-color: #D4C27F;
}
.BgClassName
{
background-color: #D4C27F;
}
</style>
border-color css
<style>
span { border-color: #D4C27F; }
span { border-color: rgb(212,194,127); }
td.TdClassName
{
border-color: #D4C27F;
}
.TagClassName
{
border-color: #D4C27F;
}
</style>