Shades of Winter Hazel #D3C681
Tints of Winter Hazel #D3C681
RGB
CMYK
RGB Variations
Color information
#D3C681 (or 0xD3C681) is known color: Winter Hazel. HEX triplet: D3, C6 and 81. RGB value is (211,198,129). Sum of RGB (Red+Green+Blue) = 211+198+129=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C681 is #2C397E. Grayscale: #C2C2C2. Windows color (decimal): -2898303 or 8505043. OLE color: 8505043.
HSL color Cylindrical-coordinate representation of color #D3C681: hue angle of 50.49º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3C681 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 198 | 129 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.17 |
| HSL | 50.49º | 0.48% | 0.67% | - |
| HSV(B) | 50.49º | 0.39% | 0.83% | - |
| XYZ | 51.02 | 55.82 | 28.85 | - |
| YUV | 194.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 129 | 0 | 0.06 | 0.39 | 0.17 | 50.49 | 0.48 | 0.67 |
| Hex | D3 | C6 | 81 | 0 | 6 | 27 | 11 | 32 | 30 | 43 |
| Octal | 323 | 306 | 201 | 0 | 6 | 47 | 21 | 62 | 60 | 103 |
| Binary | 11010011 | 11000110 | 10000001 | 0 | 110 | 100111 | 10001 | 110010 | 110000 | 1000011 |
Color Harmonies of #D3C681
Complementary color
Monochromatic Colors of #D3C681
Black with #D3C681
Text Example
Text Example
White with #D3C681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C681; }
p { color: rgb(211,198,129); }
H1.HeaderClassName
{
color: #D3C681;
}
.AnyTagClassName
{
color: #D3C681;
}
</style>
background-color css
<style>
a { background-color: #D3C681; }
a { background-color: rgb(211,198,129); }
div.DivClassName
{
background-color: #D3C681;
}
.BgClassName
{
background-color: #D3C681;
}
</style>
border-color css
<style>
span { border-color: #D3C681; }
span { border-color: rgb(211,198,129); }
td.TdClassName
{
border-color: #D3C681;
}
.TagClassName
{
border-color: #D3C681;
}
</style>