Shades of Winter Hazel #D1C08B
Tints of Winter Hazel #D1C08B
RGB
CMYK
RGB Variations
Color information
#D1C08B (or 0xD1C08B) is known color: Winter Hazel. HEX triplet: D1, C0 and 8B. RGB value is (209,192,139). Sum of RGB (Red+Green+Blue) = 209+192+139=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C08B is #2E3F74. Grayscale: #BFBFBF. Windows color (decimal): -3030901 or 9158865. OLE color: 9158865.
HSL color Cylindrical-coordinate representation of color #D1C08B: hue angle of 45.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1C08B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 139 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.18 |
| HSL | 45.43º | 0.43% | 0.68% | - |
| HSV(B) | 45.43º | 0.33% | 0.82% | - |
| XYZ | 49.8 | 53.12 | 32.05 | - |
| YUV | 191.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 139 | 0 | 0.08 | 0.33 | 0.18 | 45.43 | 0.43 | 0.68 |
| Hex | D1 | C0 | 8B | 0 | 8 | 21 | 12 | 2D | 2B | 44 |
| Octal | 321 | 300 | 213 | 0 | 10 | 41 | 22 | 55 | 53 | 104 |
| Binary | 11010001 | 11000000 | 10001011 | 0 | 1000 | 100001 | 10010 | 101101 | 101011 | 1000100 |
Color Harmonies of #D1C08B
Complementary color
Monochromatic Colors of #D1C08B
Black with #D1C08B
Text Example
Text Example
White with #D1C08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C08B; }
p { color: rgb(209,192,139); }
H1.HeaderClassName
{
color: #D1C08B;
}
.AnyTagClassName
{
color: #D1C08B;
}
</style>
background-color css
<style>
a { background-color: #D1C08B; }
a { background-color: rgb(209,192,139); }
div.DivClassName
{
background-color: #D1C08B;
}
.BgClassName
{
background-color: #D1C08B;
}
</style>
border-color css
<style>
span { border-color: #D1C08B; }
span { border-color: rgb(209,192,139); }
td.TdClassName
{
border-color: #D1C08B;
}
.TagClassName
{
border-color: #D1C08B;
}
</style>