Shades of Winter Hazel #D3C780
Tints of Winter Hazel #D3C780
RGB
CMYK
RGB Variations
Color information
#D3C780 (or 0xD3C780) is known color: Winter Hazel. HEX triplet: D3, C7 and 80. RGB value is (211,199,128). Sum of RGB (Red+Green+Blue) = 211+199+128=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C780 is #2C387F. Grayscale: #C2C2C2. Windows color (decimal): -2898048 or 8439763. OLE color: 8439763.
HSL color Cylindrical-coordinate representation of color #D3C780: hue angle of 51.33º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3C780 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 128 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.17 |
| HSL | 51.33º | 0.49% | 0.66% | - |
| HSV(B) | 51.33º | 0.39% | 0.83% | - |
| XYZ | 51.18 | 56.25 | 28.58 | - |
| YUV | 194.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 128 | 0 | 0.06 | 0.39 | 0.17 | 51.33 | 0.49 | 0.66 |
| Hex | D3 | C7 | 80 | 0 | 6 | 27 | 11 | 33 | 31 | 42 |
| Octal | 323 | 307 | 200 | 0 | 6 | 47 | 21 | 63 | 61 | 102 |
| Binary | 11010011 | 11000111 | 10000000 | 0 | 110 | 100111 | 10001 | 110011 | 110001 | 1000010 |
Color Harmonies of #D3C780
Complementary color
Monochromatic Colors of #D3C780
Black with #D3C780
Text Example
Text Example
White with #D3C780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C780; }
p { color: rgb(211,199,128); }
H1.HeaderClassName
{
color: #D3C780;
}
.AnyTagClassName
{
color: #D3C780;
}
</style>
background-color css
<style>
a { background-color: #D3C780; }
a { background-color: rgb(211,199,128); }
div.DivClassName
{
background-color: #D3C780;
}
.BgClassName
{
background-color: #D3C780;
}
</style>
border-color css
<style>
span { border-color: #D3C780; }
span { border-color: rgb(211,199,128); }
td.TdClassName
{
border-color: #D3C780;
}
.TagClassName
{
border-color: #D3C780;
}
</style>