Shades of Winter Hazel #D7C98A
Tints of Winter Hazel #D7C98A
RGB
CMYK
RGB Variations
Color information
#D7C98A (or 0xD7C98A) is known color: Winter Hazel. HEX triplet: D7, C9 and 8A. RGB value is (215,201,138). Sum of RGB (Red+Green+Blue) = 215+201+138=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C98A is #283675. Grayscale: #C6C6C6. Windows color (decimal): -2635382 or 9095639. OLE color: 9095639.
HSL color Cylindrical-coordinate representation of color #D7C98A: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7C98A is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 138 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.16 |
| HSL | 49.09º | 0.49% | 0.69% | - |
| HSV(B) | 49.09º | 0.36% | 0.84% | - |
| XYZ | 53.5 | 58.06 | 32.43 | - |
| YUV | 198 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 138 | 0 | 0.07 | 0.36 | 0.16 | 49.09 | 0.49 | 0.69 |
| Hex | D7 | C9 | 8A | 0 | 7 | 24 | 10 | 31 | 31 | 45 |
| Octal | 327 | 311 | 212 | 0 | 7 | 44 | 20 | 61 | 61 | 105 |
| Binary | 11010111 | 11001001 | 10001010 | 0 | 111 | 100100 | 10000 | 110001 | 110001 | 1000101 |
Color Harmonies of #D7C98A
Complementary color
Monochromatic Colors of #D7C98A
Black with #D7C98A
Text Example
Text Example
White with #D7C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C98A; }
p { color: rgb(215,201,138); }
H1.HeaderClassName
{
color: #D7C98A;
}
.AnyTagClassName
{
color: #D7C98A;
}
</style>
background-color css
<style>
a { background-color: #D7C98A; }
a { background-color: rgb(215,201,138); }
div.DivClassName
{
background-color: #D7C98A;
}
.BgClassName
{
background-color: #D7C98A;
}
</style>
border-color css
<style>
span { border-color: #D7C98A; }
span { border-color: rgb(215,201,138); }
td.TdClassName
{
border-color: #D7C98A;
}
.TagClassName
{
border-color: #D7C98A;
}
</style>