Shades of Winter Hazel #D0C47F
Tints of Winter Hazel #D0C47F
RGB
CMYK
RGB Variations
Color information
#D0C47F (or 0xD0C47F) is known color: Winter Hazel. HEX triplet: D0, C4 and 7F. RGB value is (208,196,127). Sum of RGB (Red+Green+Blue) = 208+196+127=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C47F is #2F3B80. Grayscale: #C0C0C0. Windows color (decimal): -3095425 or 8373456. OLE color: 8373456.
HSL color Cylindrical-coordinate representation of color #D0C47F: hue angle of 51.11º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0C47F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 127 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.18 |
| HSL | 51.11º | 0.46% | 0.66% | - |
| HSV(B) | 51.11º | 0.39% | 0.82% | - |
| XYZ | 49.58 | 54.42 | 27.97 | - |
| YUV | 191.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 127 | 0 | 0.06 | 0.39 | 0.18 | 51.11 | 0.46 | 0.66 |
| Hex | D0 | C4 | 7F | 0 | 6 | 27 | 12 | 33 | 2E | 42 |
| Octal | 320 | 304 | 177 | 0 | 6 | 47 | 22 | 63 | 56 | 102 |
| Binary | 11010000 | 11000100 | 1111111 | 0 | 110 | 100111 | 10010 | 110011 | 101110 | 1000010 |
Color Harmonies of #D0C47F
Complementary color
Monochromatic Colors of #D0C47F
Black with #D0C47F
Text Example
Text Example
White with #D0C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C47F; }
p { color: rgb(208,196,127); }
H1.HeaderClassName
{
color: #D0C47F;
}
.AnyTagClassName
{
color: #D0C47F;
}
</style>
background-color css
<style>
a { background-color: #D0C47F; }
a { background-color: rgb(208,196,127); }
div.DivClassName
{
background-color: #D0C47F;
}
.BgClassName
{
background-color: #D0C47F;
}
</style>
border-color css
<style>
span { border-color: #D0C47F; }
span { border-color: rgb(208,196,127); }
td.TdClassName
{
border-color: #D0C47F;
}
.TagClassName
{
border-color: #D0C47F;
}
</style>