Shades of Winter Hazel #D1C28B
Tints of Winter Hazel #D1C28B
RGB
CMYK
RGB Variations
Color information
#D1C28B (or 0xD1C28B) is known color: Winter Hazel. HEX triplet: D1, C2 and 8B. RGB value is (209,194,139). Sum of RGB (Red+Green+Blue) = 209+194+139=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C28B is #2E3D74. Grayscale: #C0C0C0. Windows color (decimal): -3030389 or 9159377. OLE color: 9159377.
HSL color Cylindrical-coordinate representation of color #D1C28B: hue angle of 47.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1C28B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 139 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.18 |
| HSL | 47.14º | 0.43% | 0.68% | - |
| HSV(B) | 47.14º | 0.33% | 0.82% | - |
| XYZ | 50.25 | 54 | 32.2 | - |
| YUV | 192.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 139 | 0 | 0.07 | 0.33 | 0.18 | 47.14 | 0.43 | 0.68 |
| Hex | D1 | C2 | 8B | 0 | 7 | 21 | 12 | 2F | 2B | 44 |
| Octal | 321 | 302 | 213 | 0 | 7 | 41 | 22 | 57 | 53 | 104 |
| Binary | 11010001 | 11000010 | 10001011 | 0 | 111 | 100001 | 10010 | 101111 | 101011 | 1000100 |
Color Harmonies of #D1C28B
Complementary color
Monochromatic Colors of #D1C28B
Black with #D1C28B
Text Example
Text Example
White with #D1C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C28B; }
p { color: rgb(209,194,139); }
H1.HeaderClassName
{
color: #D1C28B;
}
.AnyTagClassName
{
color: #D1C28B;
}
</style>
background-color css
<style>
a { background-color: #D1C28B; }
a { background-color: rgb(209,194,139); }
div.DivClassName
{
background-color: #D1C28B;
}
.BgClassName
{
background-color: #D1C28B;
}
</style>
border-color css
<style>
span { border-color: #D1C28B; }
span { border-color: rgb(209,194,139); }
td.TdClassName
{
border-color: #D1C28B;
}
.TagClassName
{
border-color: #D1C28B;
}
</style>