Shades of Winter Hazel #D7C88B
Tints of Winter Hazel #D7C88B
RGB
CMYK
RGB Variations
Color information
#D7C88B (or 0xD7C88B) is known color: Winter Hazel. HEX triplet: D7, C8 and 8B. RGB value is (215,200,139). Sum of RGB (Red+Green+Blue) = 215+200+139=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C88B is #283774. Grayscale: #C5C5C5. Windows color (decimal): -2635637 or 9160919. OLE color: 9160919.
HSL color Cylindrical-coordinate representation of color #D7C88B: hue angle of 48.16º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7C88B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 139 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.16 |
| HSL | 48.16º | 0.49% | 0.69% | - |
| HSV(B) | 48.16º | 0.35% | 0.84% | - |
| XYZ | 53.34 | 57.62 | 32.74 | - |
| YUV | 197.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 139 | 0 | 0.07 | 0.35 | 0.16 | 48.16 | 0.49 | 0.69 |
| Hex | D7 | C8 | 8B | 0 | 7 | 23 | 10 | 30 | 31 | 45 |
| Octal | 327 | 310 | 213 | 0 | 7 | 43 | 20 | 60 | 61 | 105 |
| Binary | 11010111 | 11001000 | 10001011 | 0 | 111 | 100011 | 10000 | 110000 | 110001 | 1000101 |
Color Harmonies of #D7C88B
Complementary color
Monochromatic Colors of #D7C88B
Black with #D7C88B
Text Example
Text Example
White with #D7C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C88B; }
p { color: rgb(215,200,139); }
H1.HeaderClassName
{
color: #D7C88B;
}
.AnyTagClassName
{
color: #D7C88B;
}
</style>
background-color css
<style>
a { background-color: #D7C88B; }
a { background-color: rgb(215,200,139); }
div.DivClassName
{
background-color: #D7C88B;
}
.BgClassName
{
background-color: #D7C88B;
}
</style>
border-color css
<style>
span { border-color: #D7C88B; }
span { border-color: rgb(215,200,139); }
td.TdClassName
{
border-color: #D7C88B;
}
.TagClassName
{
border-color: #D7C88B;
}
</style>