Shades of Winter Hazel #D0C277
Tints of Winter Hazel #D0C277
RGB
CMYK
RGB Variations
Color information
#D0C277 (or 0xD0C277) is known color: Winter Hazel. HEX triplet: D0, C2 and 77. RGB value is (208,194,119). Sum of RGB (Red+Green+Blue) = 208+194+119=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C277 is #2F3D88. Grayscale: #BDBDBD. Windows color (decimal): -3095945 or 7848656. OLE color: 7848656.
HSL color Cylindrical-coordinate representation of color #D0C277: hue angle of 50.56º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0C277 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 119 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.18 |
| HSL | 50.56º | 0.49% | 0.64% | - |
| HSV(B) | 50.56º | 0.43% | 0.82% | - |
| XYZ | 48.63 | 53.33 | 25.18 | - |
| YUV | 189.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 119 | 0 | 0.07 | 0.43 | 0.18 | 50.56 | 0.49 | 0.64 |
| Hex | D0 | C2 | 77 | 0 | 7 | 2B | 12 | 33 | 31 | 40 |
| Octal | 320 | 302 | 167 | 0 | 7 | 53 | 22 | 63 | 61 | 100 |
| Binary | 11010000 | 11000010 | 1110111 | 0 | 111 | 101011 | 10010 | 110011 | 110001 | 1000000 |
Color Harmonies of #D0C277
Complementary color
Monochromatic Colors of #D0C277
Black with #D0C277
Text Example
Text Example
White with #D0C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C277; }
p { color: rgb(208,194,119); }
H1.HeaderClassName
{
color: #D0C277;
}
.AnyTagClassName
{
color: #D0C277;
}
</style>
background-color css
<style>
a { background-color: #D0C277; }
a { background-color: rgb(208,194,119); }
div.DivClassName
{
background-color: #D0C277;
}
.BgClassName
{
background-color: #D0C277;
}
</style>
border-color css
<style>
span { border-color: #D0C277; }
span { border-color: rgb(208,194,119); }
td.TdClassName
{
border-color: #D0C277;
}
.TagClassName
{
border-color: #D0C277;
}
</style>