Shades of Winter Hazel #D2C88D
Tints of Winter Hazel #D2C88D
RGB
CMYK
RGB Variations
Color information
#D2C88D (or 0xD2C88D) is known color: Winter Hazel. HEX triplet: D2, C8 and 8D. RGB value is (210,200,141). Sum of RGB (Red+Green+Blue) = 210+200+141=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C88D is #2D3772. Grayscale: #C4C4C4. Windows color (decimal): -2963315 or 9291986. OLE color: 9291986.
HSL color Cylindrical-coordinate representation of color #D2C88D: hue angle of 51.3º 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 #D2C88D is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 141 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.18 |
| HSL | 51.3º | 0.43% | 0.69% | - |
| HSV(B) | 51.3º | 0.33% | 0.82% | - |
| XYZ | 52.04 | 56.93 | 33.45 | - |
| YUV | 196.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 141 | 0 | 0.05 | 0.33 | 0.18 | 51.3 | 0.43 | 0.69 |
| Hex | D2 | C8 | 8D | 0 | 5 | 21 | 12 | 33 | 2B | 45 |
| Octal | 322 | 310 | 215 | 0 | 5 | 41 | 22 | 63 | 53 | 105 |
| Binary | 11010010 | 11001000 | 10001101 | 0 | 101 | 100001 | 10010 | 110011 | 101011 | 1000101 |
Color Harmonies of #D2C88D
Complementary color
Monochromatic Colors of #D2C88D
Black with #D2C88D
Text Example
Text Example
White with #D2C88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C88D; }
p { color: rgb(210,200,141); }
H1.HeaderClassName
{
color: #D2C88D;
}
.AnyTagClassName
{
color: #D2C88D;
}
</style>
background-color css
<style>
a { background-color: #D2C88D; }
a { background-color: rgb(210,200,141); }
div.DivClassName
{
background-color: #D2C88D;
}
.BgClassName
{
background-color: #D2C88D;
}
</style>
border-color css
<style>
span { border-color: #D2C88D; }
span { border-color: rgb(210,200,141); }
td.TdClassName
{
border-color: #D2C88D;
}
.TagClassName
{
border-color: #D2C88D;
}
</style>