Shades of West Side #DF8731
Tints of West Side #DF8731
RGB
CMYK
RGB Variations
Color information
#DF8731 (or 0xDF8731) is known color: West Side. HEX triplet: DF, 87 and 31. RGB value is (223,135,49). Sum of RGB (Red+Green+Blue) = 223+135+49=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8731 is #2078CE. Grayscale: #979797. Windows color (decimal): -2128079 or 3246047. OLE color: 3246047.
HSL color Cylindrical-coordinate representation of color #DF8731: hue angle of 29.66º 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 #DF8731 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 49 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.13 |
| HSL | 29.66º | 0.73% | 0.53% | - |
| HSV(B) | 29.66º | 0.78% | 0.87% | - |
| XYZ | 39.65 | 33.24 | 7.23 | - |
| YUV | 151.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 49 | 0 | 0.39 | 0.78 | 0.13 | 29.66 | 0.73 | 0.53 |
| Hex | DF | 87 | 31 | 0 | 27 | 4E | D | 1E | 49 | 35 |
| Octal | 337 | 207 | 61 | 0 | 47 | 116 | 15 | 36 | 111 | 65 |
| Binary | 11011111 | 10000111 | 110001 | 0 | 100111 | 1001110 | 1101 | 11110 | 1001001 | 110101 |
Color Harmonies of #DF8731
Complementary color
Monochromatic Colors of #DF8731
Black with #DF8731
Text Example
Text Example
White with #DF8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8731; }
p { color: rgb(223,135,49); }
H1.HeaderClassName
{
color: #DF8731;
}
.AnyTagClassName
{
color: #DF8731;
}
</style>
background-color css
<style>
a { background-color: #DF8731; }
a { background-color: rgb(223,135,49); }
div.DivClassName
{
background-color: #DF8731;
}
.BgClassName
{
background-color: #DF8731;
}
</style>
border-color css
<style>
span { border-color: #DF8731; }
span { border-color: rgb(223,135,49); }
td.TdClassName
{
border-color: #DF8731;
}
.TagClassName
{
border-color: #DF8731;
}
</style>