Shades of Winter Hazel #D1C387
Tints of Winter Hazel #D1C387
RGB
CMYK
RGB Variations
Color information
#D1C387 (or 0xD1C387) is known color: Winter Hazel. HEX triplet: D1, C3 and 87. RGB value is (209,195,135). Sum of RGB (Red+Green+Blue) = 209+195+135=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C387 is #2E3C78. Grayscale: #C0C0C0. Windows color (decimal): -3030137 or 8897489. OLE color: 8897489.
HSL color Cylindrical-coordinate representation of color #D1C387: hue angle of 48.65º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1C387 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 135 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.18 |
| HSL | 48.65º | 0.45% | 0.67% | - |
| HSV(B) | 48.65º | 0.35% | 0.82% | - |
| XYZ | 50.18 | 54.33 | 30.76 | - |
| YUV | 192.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 135 | 0 | 0.07 | 0.35 | 0.18 | 48.65 | 0.45 | 0.67 |
| Hex | D1 | C3 | 87 | 0 | 7 | 23 | 12 | 31 | 2D | 43 |
| Octal | 321 | 303 | 207 | 0 | 7 | 43 | 22 | 61 | 55 | 103 |
| Binary | 11010001 | 11000011 | 10000111 | 0 | 111 | 100011 | 10010 | 110001 | 101101 | 1000011 |
Color Harmonies of #D1C387
Complementary color
Monochromatic Colors of #D1C387
Black with #D1C387
Text Example
Text Example
White with #D1C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C387; }
p { color: rgb(209,195,135); }
H1.HeaderClassName
{
color: #D1C387;
}
.AnyTagClassName
{
color: #D1C387;
}
</style>
background-color css
<style>
a { background-color: #D1C387; }
a { background-color: rgb(209,195,135); }
div.DivClassName
{
background-color: #D1C387;
}
.BgClassName
{
background-color: #D1C387;
}
</style>
border-color css
<style>
span { border-color: #D1C387; }
span { border-color: rgb(209,195,135); }
td.TdClassName
{
border-color: #D1C387;
}
.TagClassName
{
border-color: #D1C387;
}
</style>