Shades of Winter Hazel #D2C58D
Tints of Winter Hazel #D2C58D
RGB
CMYK
RGB Variations
Color information
#D2C58D (or 0xD2C58D) is known color: Winter Hazel. HEX triplet: D2, C5 and 8D. RGB value is (210,197,141). Sum of RGB (Red+Green+Blue) = 210+197+141=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C58D is #2D3A72. Grayscale: #C2C2C2. Windows color (decimal): -2964083 or 9291218. OLE color: 9291218.
HSL color Cylindrical-coordinate representation of color #D2C58D: hue angle of 48.7º 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 #D2C58D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 141 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.18 |
| HSL | 48.7º | 0.43% | 0.69% | - |
| HSV(B) | 48.7º | 0.33% | 0.82% | - |
| XYZ | 51.35 | 55.56 | 33.22 | - |
| YUV | 194.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 141 | 0 | 0.06 | 0.33 | 0.18 | 48.7 | 0.43 | 0.69 |
| Hex | D2 | C5 | 8D | 0 | 6 | 21 | 12 | 31 | 2B | 45 |
| Octal | 322 | 305 | 215 | 0 | 6 | 41 | 22 | 61 | 53 | 105 |
| Binary | 11010010 | 11000101 | 10001101 | 0 | 110 | 100001 | 10010 | 110001 | 101011 | 1000101 |
Color Harmonies of #D2C58D
Complementary color
Monochromatic Colors of #D2C58D
Black with #D2C58D
Text Example
Text Example
White with #D2C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C58D; }
p { color: rgb(210,197,141); }
H1.HeaderClassName
{
color: #D2C58D;
}
.AnyTagClassName
{
color: #D2C58D;
}
</style>
background-color css
<style>
a { background-color: #D2C58D; }
a { background-color: rgb(210,197,141); }
div.DivClassName
{
background-color: #D2C58D;
}
.BgClassName
{
background-color: #D2C58D;
}
</style>
border-color css
<style>
span { border-color: #D2C58D; }
span { border-color: rgb(210,197,141); }
td.TdClassName
{
border-color: #D2C58D;
}
.TagClassName
{
border-color: #D2C58D;
}
</style>