Shades of Winter Hazel #D1C08D
Tints of Winter Hazel #D1C08D
RGB
CMYK
RGB Variations
Color information
#D1C08D (or 0xD1C08D) is known color: Winter Hazel. HEX triplet: D1, C0 and 8D. RGB value is (209,192,141). Sum of RGB (Red+Green+Blue) = 209+192+141=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C08D is #2E3F72. Grayscale: #BFBFBF. Windows color (decimal): -3030899 or 9289937. OLE color: 9289937.
HSL color Cylindrical-coordinate representation of color #D1C08D: hue angle of 45º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1C08D is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 141 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.18 |
| HSL | 45º | 0.43% | 0.69% | - |
| HSV(B) | 45º | 0.33% | 0.82% | - |
| XYZ | 49.95 | 53.18 | 32.83 | - |
| YUV | 191.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 141 | 0 | 0.08 | 0.33 | 0.18 | 45 | 0.43 | 0.69 |
| Hex | D1 | C0 | 8D | 0 | 8 | 21 | 12 | 2D | 2A | 45 |
| Octal | 321 | 300 | 215 | 0 | 10 | 41 | 22 | 55 | 52 | 105 |
| Binary | 11010001 | 11000000 | 10001101 | 0 | 1000 | 100001 | 10010 | 101101 | 101010 | 1000101 |
Color Harmonies of #D1C08D
Complementary color
Monochromatic Colors of #D1C08D
Black with #D1C08D
Text Example
Text Example
White with #D1C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C08D; }
p { color: rgb(209,192,141); }
H1.HeaderClassName
{
color: #D1C08D;
}
.AnyTagClassName
{
color: #D1C08D;
}
</style>
background-color css
<style>
a { background-color: #D1C08D; }
a { background-color: rgb(209,192,141); }
div.DivClassName
{
background-color: #D1C08D;
}
.BgClassName
{
background-color: #D1C08D;
}
</style>
border-color css
<style>
span { border-color: #D1C08D; }
span { border-color: rgb(209,192,141); }
td.TdClassName
{
border-color: #D1C08D;
}
.TagClassName
{
border-color: #D1C08D;
}
</style>