Shades of Winter Hazel #D3C88C
Tints of Winter Hazel #D3C88C
RGB
CMYK
RGB Variations
Color information
#D3C88C (or 0xD3C88C) is known color: Winter Hazel. HEX triplet: D3, C8 and 8C. RGB value is (211,200,140). Sum of RGB (Red+Green+Blue) = 211+200+140=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C88C is #2C3773. Grayscale: #C4C4C4. Windows color (decimal): -2897780 or 9226451. OLE color: 9226451.
HSL color Cylindrical-coordinate representation of color #D3C88C: hue angle of 50.7º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3C88C is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 140 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.17 |
| HSL | 50.7º | 0.45% | 0.69% | - |
| HSV(B) | 50.7º | 0.34% | 0.83% | - |
| XYZ | 52.25 | 57.05 | 33.07 | - |
| YUV | 196.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 140 | 0 | 0.05 | 0.34 | 0.17 | 50.7 | 0.45 | 0.69 |
| Hex | D3 | C8 | 8C | 0 | 5 | 22 | 11 | 33 | 2D | 45 |
| Octal | 323 | 310 | 214 | 0 | 5 | 42 | 21 | 63 | 55 | 105 |
| Binary | 11010011 | 11001000 | 10001100 | 0 | 101 | 100010 | 10001 | 110011 | 101101 | 1000101 |
Color Harmonies of #D3C88C
Complementary color
Monochromatic Colors of #D3C88C
Black with #D3C88C
Text Example
Text Example
White with #D3C88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C88C; }
p { color: rgb(211,200,140); }
H1.HeaderClassName
{
color: #D3C88C;
}
.AnyTagClassName
{
color: #D3C88C;
}
</style>
background-color css
<style>
a { background-color: #D3C88C; }
a { background-color: rgb(211,200,140); }
div.DivClassName
{
background-color: #D3C88C;
}
.BgClassName
{
background-color: #D3C88C;
}
</style>
border-color css
<style>
span { border-color: #D3C88C; }
span { border-color: rgb(211,200,140); }
td.TdClassName
{
border-color: #D3C88C;
}
.TagClassName
{
border-color: #D3C88C;
}
</style>