Shades of West Side #DF8630
Tints of West Side #DF8630
RGB
CMYK
RGB Variations
Color information
#DF8630 (or 0xDF8630) is known color: West Side. HEX triplet: DF, 86 and 30. RGB value is (223,134,48). Sum of RGB (Red+Green+Blue) = 223+134+48=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8630 is #2079CF. Grayscale: #979797. Windows color (decimal): -2128336 or 3180255. OLE color: 3180255.
HSL color Cylindrical-coordinate representation of color #DF8630: hue angle of 29.49º 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 #DF8630 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 48 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.13 |
| HSL | 29.49º | 0.73% | 0.53% | - |
| HSV(B) | 29.49º | 0.78% | 0.87% | - |
| XYZ | 39.49 | 32.95 | 7.08 | - |
| YUV | 150.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 48 | 0 | 0.40 | 0.78 | 0.13 | 29.49 | 0.73 | 0.53 |
| Hex | DF | 86 | 30 | 0 | 28 | 4E | D | 1D | 49 | 35 |
| Octal | 337 | 206 | 60 | 0 | 50 | 116 | 15 | 35 | 111 | 65 |
| Binary | 11011111 | 10000110 | 110000 | 0 | 101000 | 1001110 | 1101 | 11101 | 1001001 | 110101 |
Color Harmonies of #DF8630
Complementary color
Monochromatic Colors of #DF8630
Black with #DF8630
Text Example
Text Example
White with #DF8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8630; }
p { color: rgb(223,134,48); }
H1.HeaderClassName
{
color: #DF8630;
}
.AnyTagClassName
{
color: #DF8630;
}
</style>
background-color css
<style>
a { background-color: #DF8630; }
a { background-color: rgb(223,134,48); }
div.DivClassName
{
background-color: #DF8630;
}
.BgClassName
{
background-color: #DF8630;
}
</style>
border-color css
<style>
span { border-color: #DF8630; }
span { border-color: rgb(223,134,48); }
td.TdClassName
{
border-color: #DF8630;
}
.TagClassName
{
border-color: #DF8630;
}
</style>