Shades of Winter Hazel #D7C683
Tints of Winter Hazel #D7C683
RGB
CMYK
RGB Variations
Color information
#D7C683 (or 0xD7C683) is known color: Winter Hazel. HEX triplet: D7, C6 and 83. RGB value is (215,198,131). Sum of RGB (Red+Green+Blue) = 215+198+131=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C683 is #28397C. Grayscale: #C3C3C3. Windows color (decimal): -2636157 or 8636119. OLE color: 8636119.
HSL color Cylindrical-coordinate representation of color #D7C683: hue angle of 47.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7C683 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 131 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.16 |
| HSL | 47.86º | 0.51% | 0.68% | - |
| HSV(B) | 47.86º | 0.39% | 0.84% | - |
| XYZ | 52.32 | 56.47 | 29.62 | - |
| YUV | 195.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 131 | 0 | 0.08 | 0.39 | 0.16 | 47.86 | 0.51 | 0.68 |
| Hex | D7 | C6 | 83 | 0 | 8 | 27 | 10 | 30 | 33 | 44 |
| Octal | 327 | 306 | 203 | 0 | 10 | 47 | 20 | 60 | 63 | 104 |
| Binary | 11010111 | 11000110 | 10000011 | 0 | 1000 | 100111 | 10000 | 110000 | 110011 | 1000100 |
Color Harmonies of #D7C683
Complementary color
Monochromatic Colors of #D7C683
Black with #D7C683
Text Example
Text Example
White with #D7C683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C683; }
p { color: rgb(215,198,131); }
H1.HeaderClassName
{
color: #D7C683;
}
.AnyTagClassName
{
color: #D7C683;
}
</style>
background-color css
<style>
a { background-color: #D7C683; }
a { background-color: rgb(215,198,131); }
div.DivClassName
{
background-color: #D7C683;
}
.BgClassName
{
background-color: #D7C683;
}
</style>
border-color css
<style>
span { border-color: #D7C683; }
span { border-color: rgb(215,198,131); }
td.TdClassName
{
border-color: #D7C683;
}
.TagClassName
{
border-color: #D7C683;
}
</style>