Shades of West Side #DF8531
Tints of West Side #DF8531
RGB
CMYK
RGB Variations
Color information
#DF8531 (or 0xDF8531) is known color: West Side. HEX triplet: DF, 85 and 31. RGB value is (223,133,49). Sum of RGB (Red+Green+Blue) = 223+133+49=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8531 is #207ACE. Grayscale: #969696. Windows color (decimal): -2128591 or 3245535. OLE color: 3245535.
HSL color Cylindrical-coordinate representation of color #DF8531: hue angle of 28.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8531 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 49 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.13 |
| HSL | 28.97º | 0.73% | 0.53% | - |
| HSV(B) | 28.97º | 0.78% | 0.87% | - |
| XYZ | 39.37 | 32.68 | 7.14 | - |
| YUV | 150.33 | 70.82 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 49 | 0 | 0.40 | 0.78 | 0.13 | 28.97 | 0.73 | 0.53 |
| Hex | DF | 85 | 31 | 0 | 28 | 4E | D | 1D | 49 | 35 |
| Octal | 337 | 205 | 61 | 0 | 50 | 116 | 15 | 35 | 111 | 65 |
| Binary | 11011111 | 10000101 | 110001 | 0 | 101000 | 1001110 | 1101 | 11101 | 1001001 | 110101 |
Color Harmonies of #DF8531
Complementary color
Monochromatic Colors of #DF8531
Black with #DF8531
Text Example
Text Example
White with #DF8531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8531; }
p { color: rgb(223,133,49); }
H1.HeaderClassName
{
color: #DF8531;
}
.AnyTagClassName
{
color: #DF8531;
}
</style>
background-color css
<style>
a { background-color: #DF8531; }
a { background-color: rgb(223,133,49); }
div.DivClassName
{
background-color: #DF8531;
}
.BgClassName
{
background-color: #DF8531;
}
</style>
border-color css
<style>
span { border-color: #DF8531; }
span { border-color: rgb(223,133,49); }
td.TdClassName
{
border-color: #DF8531;
}
.TagClassName
{
border-color: #DF8531;
}
</style>