Shades of Winter Hazel #D3C27F
Tints of Winter Hazel #D3C27F
RGB
CMYK
RGB Variations
Color information
#D3C27F (or 0xD3C27F) is known color: Winter Hazel. HEX triplet: D3, C2 and 7F. RGB value is (211,194,127). Sum of RGB (Red+Green+Blue) = 211+194+127=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C27F is #2C3D80. Grayscale: #BFBFBF. Windows color (decimal): -2899329 or 8372947. OLE color: 8372947.
HSL color Cylindrical-coordinate representation of color #D3C27F: hue angle of 47.86º degrees, saturation: 0.49, 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 #D3C27F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 194 | 127 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.17 |
| HSL | 47.86º | 0.49% | 0.66% | - |
| HSV(B) | 47.86º | 0.4% | 0.83% | - |
| XYZ | 49.99 | 53.96 | 27.86 | - |
| YUV | 191.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 127 | 0 | 0.08 | 0.40 | 0.17 | 47.86 | 0.49 | 0.66 |
| Hex | D3 | C2 | 7F | 0 | 8 | 28 | 11 | 30 | 31 | 42 |
| Octal | 323 | 302 | 177 | 0 | 10 | 50 | 21 | 60 | 61 | 102 |
| Binary | 11010011 | 11000010 | 1111111 | 0 | 1000 | 101000 | 10001 | 110000 | 110001 | 1000010 |
Color Harmonies of #D3C27F
Complementary color
Monochromatic Colors of #D3C27F
Black with #D3C27F
Text Example
Text Example
White with #D3C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C27F; }
p { color: rgb(211,194,127); }
H1.HeaderClassName
{
color: #D3C27F;
}
.AnyTagClassName
{
color: #D3C27F;
}
</style>
background-color css
<style>
a { background-color: #D3C27F; }
a { background-color: rgb(211,194,127); }
div.DivClassName
{
background-color: #D3C27F;
}
.BgClassName
{
background-color: #D3C27F;
}
</style>
border-color css
<style>
span { border-color: #D3C27F; }
span { border-color: rgb(211,194,127); }
td.TdClassName
{
border-color: #D3C27F;
}
.TagClassName
{
border-color: #D3C27F;
}
</style>