Shades of Winter Hazel #D0C28F
Tints of Winter Hazel #D0C28F
RGB
CMYK
RGB Variations
Color information
#D0C28F (or 0xD0C28F) is known color: Winter Hazel. HEX triplet: D0, C2 and 8F. RGB value is (208,194,143). Sum of RGB (Red+Green+Blue) = 208+194+143=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C28F is #2F3D70. Grayscale: #C0C0C0. Windows color (decimal): -3095921 or 9421520. OLE color: 9421520.
HSL color Cylindrical-coordinate representation of color #D0C28F: hue angle of 47.08º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0C28F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 143 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.18 |
| HSL | 47.08º | 0.41% | 0.69% | - |
| HSV(B) | 47.08º | 0.31% | 0.82% | - |
| XYZ | 50.26 | 53.98 | 33.76 | - |
| YUV | 192.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 143 | 0 | 0.07 | 0.31 | 0.18 | 47.08 | 0.41 | 0.69 |
| Hex | D0 | C2 | 8F | 0 | 7 | 1F | 12 | 2F | 29 | 45 |
| Octal | 320 | 302 | 217 | 0 | 7 | 37 | 22 | 57 | 51 | 105 |
| Binary | 11010000 | 11000010 | 10001111 | 0 | 111 | 11111 | 10010 | 101111 | 101001 | 1000101 |
Color Harmonies of #D0C28F
Complementary color
Monochromatic Colors of #D0C28F
Black with #D0C28F
Text Example
Text Example
White with #D0C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C28F; }
p { color: rgb(208,194,143); }
H1.HeaderClassName
{
color: #D0C28F;
}
.AnyTagClassName
{
color: #D0C28F;
}
</style>
background-color css
<style>
a { background-color: #D0C28F; }
a { background-color: rgb(208,194,143); }
div.DivClassName
{
background-color: #D0C28F;
}
.BgClassName
{
background-color: #D0C28F;
}
</style>
border-color css
<style>
span { border-color: #D0C28F; }
span { border-color: rgb(208,194,143); }
td.TdClassName
{
border-color: #D0C28F;
}
.TagClassName
{
border-color: #D0C28F;
}
</style>