Shades of Winter Hazel #D3C78D
Tints of Winter Hazel #D3C78D
RGB
CMYK
RGB Variations
Color information
#D3C78D (or 0xD3C78D) is known color: Winter Hazel. HEX triplet: D3, C7 and 8D. RGB value is (211,199,141). Sum of RGB (Red+Green+Blue) = 211+199+141=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C78D is #2C3872. Grayscale: #C4C4C4. Windows color (decimal): -2898035 or 9291731. OLE color: 9291731.
HSL color Cylindrical-coordinate representation of color #D3C78D: hue angle of 49.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3C78D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 141 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.17 |
| HSL | 49.71º | 0.44% | 0.69% | - |
| HSV(B) | 49.71º | 0.33% | 0.83% | - |
| XYZ | 52.1 | 56.62 | 33.38 | - |
| YUV | 195.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 141 | 0 | 0.06 | 0.33 | 0.17 | 49.71 | 0.44 | 0.69 |
| Hex | D3 | C7 | 8D | 0 | 6 | 21 | 11 | 32 | 2C | 45 |
| Octal | 323 | 307 | 215 | 0 | 6 | 41 | 21 | 62 | 54 | 105 |
| Binary | 11010011 | 11000111 | 10001101 | 0 | 110 | 100001 | 10001 | 110010 | 101100 | 1000101 |
Color Harmonies of #D3C78D
Complementary color
Monochromatic Colors of #D3C78D
Black with #D3C78D
Text Example
Text Example
White with #D3C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C78D; }
p { color: rgb(211,199,141); }
H1.HeaderClassName
{
color: #D3C78D;
}
.AnyTagClassName
{
color: #D3C78D;
}
</style>
background-color css
<style>
a { background-color: #D3C78D; }
a { background-color: rgb(211,199,141); }
div.DivClassName
{
background-color: #D3C78D;
}
.BgClassName
{
background-color: #D3C78D;
}
</style>
border-color css
<style>
span { border-color: #D3C78D; }
span { border-color: rgb(211,199,141); }
td.TdClassName
{
border-color: #D3C78D;
}
.TagClassName
{
border-color: #D3C78D;
}
</style>