Shades of West Side #DF842A
Tints of West Side #DF842A
RGB
CMYK
RGB Variations
Color information
#DF842A (or 0xDF842A) is known color: West Side. HEX triplet: DF, 84 and 2A. RGB value is (223,132,42). Sum of RGB (Red+Green+Blue) = 223+132+42=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF842A is #207BD5. Grayscale: #959595. Windows color (decimal): -2128854 or 2786527. OLE color: 2786527.
HSL color Cylindrical-coordinate representation of color #DF842A: hue angle of 29.83º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF842A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 42 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.13 |
| HSL | 29.83º | 0.74% | 0.52% | - |
| HSV(B) | 29.83º | 0.81% | 0.87% | - |
| XYZ | 39.1 | 32.36 | 6.38 | - |
| YUV | 148.95 | 67.65 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 42 | 0 | 0.41 | 0.81 | 0.13 | 29.83 | 0.74 | 0.52 |
| Hex | DF | 84 | 2A | 0 | 29 | 51 | D | 1E | 4A | 34 |
| Octal | 337 | 204 | 52 | 0 | 51 | 121 | 15 | 36 | 112 | 64 |
| Binary | 11011111 | 10000100 | 101010 | 0 | 101001 | 1010001 | 1101 | 11110 | 1001010 | 110100 |
Color Harmonies of #DF842A
Complementary color
Monochromatic Colors of #DF842A
Black with #DF842A
Text Example
Text Example
White with #DF842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF842A; }
p { color: rgb(223,132,42); }
H1.HeaderClassName
{
color: #DF842A;
}
.AnyTagClassName
{
color: #DF842A;
}
</style>
background-color css
<style>
a { background-color: #DF842A; }
a { background-color: rgb(223,132,42); }
div.DivClassName
{
background-color: #DF842A;
}
.BgClassName
{
background-color: #DF842A;
}
</style>
border-color css
<style>
span { border-color: #DF842A; }
span { border-color: rgb(223,132,42); }
td.TdClassName
{
border-color: #DF842A;
}
.TagClassName
{
border-color: #DF842A;
}
</style>