Shades of Winter Hazel #D2C08D
Tints of Winter Hazel #D2C08D
RGB
CMYK
RGB Variations
Color information
#D2C08D (or 0xD2C08D) is known color: Winter Hazel. HEX triplet: D2, C0 and 8D. RGB value is (210,192,141). Sum of RGB (Red+Green+Blue) = 210+192+141=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C08D is #2D3F72. Grayscale: #BFBFBF. Windows color (decimal): -2965363 or 9289938. OLE color: 9289938.
HSL color Cylindrical-coordinate representation of color #D2C08D: hue angle of 44.35º 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 #D2C08D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 141 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.18 |
| HSL | 44.35º | 0.43% | 0.69% | - |
| HSV(B) | 44.35º | 0.33% | 0.82% | - |
| XYZ | 50.24 | 53.32 | 32.84 | - |
| YUV | 191.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 141 | 0 | 0.09 | 0.33 | 0.18 | 44.35 | 0.43 | 0.69 |
| Hex | D2 | C0 | 8D | 0 | 9 | 21 | 12 | 2C | 2B | 45 |
| Octal | 322 | 300 | 215 | 0 | 11 | 41 | 22 | 54 | 53 | 105 |
| Binary | 11010010 | 11000000 | 10001101 | 0 | 1001 | 100001 | 10010 | 101100 | 101011 | 1000101 |
Color Harmonies of #D2C08D
Complementary color
Monochromatic Colors of #D2C08D
Black with #D2C08D
Text Example
Text Example
White with #D2C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C08D; }
p { color: rgb(210,192,141); }
H1.HeaderClassName
{
color: #D2C08D;
}
.AnyTagClassName
{
color: #D2C08D;
}
</style>
background-color css
<style>
a { background-color: #D2C08D; }
a { background-color: rgb(210,192,141); }
div.DivClassName
{
background-color: #D2C08D;
}
.BgClassName
{
background-color: #D2C08D;
}
</style>
border-color css
<style>
span { border-color: #D2C08D; }
span { border-color: rgb(210,192,141); }
td.TdClassName
{
border-color: #D2C08D;
}
.TagClassName
{
border-color: #D2C08D;
}
</style>