Shades of Winter Hazel #D7C68C
Tints of Winter Hazel #D7C68C
RGB
CMYK
RGB Variations
Color information
#D7C68C (or 0xD7C68C) is known color: Winter Hazel. HEX triplet: D7, C6 and 8C. RGB value is (215,198,140). Sum of RGB (Red+Green+Blue) = 215+198+140=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C68C is #283973. Grayscale: #C4C4C4. Windows color (decimal): -2636148 or 9225943. OLE color: 9225943.
HSL color Cylindrical-coordinate representation of color #D7C68C: hue angle of 46.4º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7C68C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 140 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.16 |
| HSL | 46.4º | 0.48% | 0.7% | - |
| HSV(B) | 46.4º | 0.35% | 0.84% | - |
| XYZ | 52.95 | 56.73 | 32.97 | - |
| YUV | 196.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 140 | 0 | 0.08 | 0.35 | 0.16 | 46.4 | 0.48 | 0.7 |
| Hex | D7 | C6 | 8C | 0 | 8 | 23 | 10 | 2E | 30 | 46 |
| Octal | 327 | 306 | 214 | 0 | 10 | 43 | 20 | 56 | 60 | 106 |
| Binary | 11010111 | 11000110 | 10001100 | 0 | 1000 | 100011 | 10000 | 101110 | 110000 | 1000110 |
Color Harmonies of #D7C68C
Complementary color
Monochromatic Colors of #D7C68C
Black with #D7C68C
Text Example
Text Example
White with #D7C68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C68C; }
p { color: rgb(215,198,140); }
H1.HeaderClassName
{
color: #D7C68C;
}
.AnyTagClassName
{
color: #D7C68C;
}
</style>
background-color css
<style>
a { background-color: #D7C68C; }
a { background-color: rgb(215,198,140); }
div.DivClassName
{
background-color: #D7C68C;
}
.BgClassName
{
background-color: #D7C68C;
}
</style>
border-color css
<style>
span { border-color: #D7C68C; }
span { border-color: rgb(215,198,140); }
td.TdClassName
{
border-color: #D7C68C;
}
.TagClassName
{
border-color: #D7C68C;
}
</style>