Shades of West Side #DF882F
Tints of West Side #DF882F
RGB
CMYK
RGB Variations
Color information
#DF882F (or 0xDF882F) is known color: West Side. HEX triplet: DF, 88 and 2F. RGB value is (223,136,47). Sum of RGB (Red+Green+Blue) = 223+136+47=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF882F is #2077D0. Grayscale: #989898. Windows color (decimal): -2127825 or 3115231. OLE color: 3115231.
HSL color Cylindrical-coordinate representation of color #DF882F: hue angle of 30.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF882F is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 47 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.13 |
| HSL | 30.34º | 0.73% | 0.53% | - |
| HSV(B) | 30.34º | 0.79% | 0.87% | - |
| XYZ | 39.75 | 33.5 | 7.06 | - |
| YUV | 151.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 47 | 0 | 0.39 | 0.79 | 0.13 | 30.34 | 0.73 | 0.53 |
| Hex | DF | 88 | 2F | 0 | 27 | 4F | D | 1E | 49 | 35 |
| Octal | 337 | 210 | 57 | 0 | 47 | 117 | 15 | 36 | 111 | 65 |
| Binary | 11011111 | 10001000 | 101111 | 0 | 100111 | 1001111 | 1101 | 11110 | 1001001 | 110101 |
Color Harmonies of #DF882F
Complementary color
Monochromatic Colors of #DF882F
Black with #DF882F
Text Example
Text Example
White with #DF882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF882F; }
p { color: rgb(223,136,47); }
H1.HeaderClassName
{
color: #DF882F;
}
.AnyTagClassName
{
color: #DF882F;
}
</style>
background-color css
<style>
a { background-color: #DF882F; }
a { background-color: rgb(223,136,47); }
div.DivClassName
{
background-color: #DF882F;
}
.BgClassName
{
background-color: #DF882F;
}
</style>
border-color css
<style>
span { border-color: #DF882F; }
span { border-color: rgb(223,136,47); }
td.TdClassName
{
border-color: #DF882F;
}
.TagClassName
{
border-color: #DF882F;
}
</style>