Shades of West Side #DF842B
Tints of West Side #DF842B
RGB
CMYK
RGB Variations
Color information
#DF842B (or 0xDF842B) is known color: West Side. HEX triplet: DF, 84 and 2B. RGB value is (223,132,43). Sum of RGB (Red+Green+Blue) = 223+132+43=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF842B is #207BD4. Grayscale: #959595. Windows color (decimal): -2128853 or 2852063. OLE color: 2852063.
HSL color Cylindrical-coordinate representation of color #DF842B: hue angle of 29.67º 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 #DF842B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 43 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.13 |
| HSL | 29.67º | 0.74% | 0.52% | - |
| HSV(B) | 29.67º | 0.81% | 0.87% | - |
| XYZ | 39.12 | 32.36 | 6.47 | - |
| YUV | 149.06 | 68.15 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 43 | 0 | 0.41 | 0.81 | 0.13 | 29.67 | 0.74 | 0.52 |
| Hex | DF | 84 | 2B | 0 | 29 | 51 | D | 1E | 4A | 34 |
| Octal | 337 | 204 | 53 | 0 | 51 | 121 | 15 | 36 | 112 | 64 |
| Binary | 11011111 | 10000100 | 101011 | 0 | 101001 | 1010001 | 1101 | 11110 | 1001010 | 110100 |
Color Harmonies of #DF842B
Complementary color
Monochromatic Colors of #DF842B
Black with #DF842B
Text Example
Text Example
White with #DF842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF842B; }
p { color: rgb(223,132,43); }
H1.HeaderClassName
{
color: #DF842B;
}
.AnyTagClassName
{
color: #DF842B;
}
</style>
background-color css
<style>
a { background-color: #DF842B; }
a { background-color: rgb(223,132,43); }
div.DivClassName
{
background-color: #DF842B;
}
.BgClassName
{
background-color: #DF842B;
}
</style>
border-color css
<style>
span { border-color: #DF842B; }
span { border-color: rgb(223,132,43); }
td.TdClassName
{
border-color: #DF842B;
}
.TagClassName
{
border-color: #DF842B;
}
</style>