Shades of Winter Hazel #D0C28D
Tints of Winter Hazel #D0C28D
RGB
CMYK
RGB Variations
Color information
#D0C28D (or 0xD0C28D) is known color: Winter Hazel. HEX triplet: D0, C2 and 8D. RGB value is (208,194,141). Sum of RGB (Red+Green+Blue) = 208+194+141=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C28D is #2F3D72. Grayscale: #C0C0C0. Windows color (decimal): -3095923 or 9290448. OLE color: 9290448.
HSL color Cylindrical-coordinate representation of color #D0C28D: hue angle of 47.46º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0C28D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 141 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.18 |
| HSL | 47.46º | 0.42% | 0.68% | - |
| HSV(B) | 47.46º | 0.32% | 0.82% | - |
| XYZ | 50.11 | 53.92 | 32.97 | - |
| YUV | 192.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 141 | 0 | 0.07 | 0.32 | 0.18 | 47.46 | 0.42 | 0.68 |
| Hex | D0 | C2 | 8D | 0 | 7 | 20 | 12 | 2F | 2A | 44 |
| Octal | 320 | 302 | 215 | 0 | 7 | 40 | 22 | 57 | 52 | 104 |
| Binary | 11010000 | 11000010 | 10001101 | 0 | 111 | 100000 | 10010 | 101111 | 101010 | 1000100 |
Color Harmonies of #D0C28D
Complementary color
Monochromatic Colors of #D0C28D
Black with #D0C28D
Text Example
Text Example
White with #D0C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C28D; }
p { color: rgb(208,194,141); }
H1.HeaderClassName
{
color: #D0C28D;
}
.AnyTagClassName
{
color: #D0C28D;
}
</style>
background-color css
<style>
a { background-color: #D0C28D; }
a { background-color: rgb(208,194,141); }
div.DivClassName
{
background-color: #D0C28D;
}
.BgClassName
{
background-color: #D0C28D;
}
</style>
border-color css
<style>
span { border-color: #D0C28D; }
span { border-color: rgb(208,194,141); }
td.TdClassName
{
border-color: #D0C28D;
}
.TagClassName
{
border-color: #D0C28D;
}
</style>