Shades of West Side #DF822E
Tints of West Side #DF822E
RGB
CMYK
RGB Variations
Color information
#DF822E (or 0xDF822E) is known color: West Side. HEX triplet: DF, 82 and 2E. RGB value is (223,130,46). Sum of RGB (Red+Green+Blue) = 223+130+46=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF822E is #207DD1. Grayscale: #949494. Windows color (decimal): -2129362 or 3048159. OLE color: 3048159.
HSL color Cylindrical-coordinate representation of color #DF822E: hue angle of 28.47º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF822E is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 46 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.13 |
| HSL | 28.47º | 0.73% | 0.53% | - |
| HSV(B) | 28.47º | 0.79% | 0.87% | - |
| XYZ | 38.91 | 31.85 | 6.68 | - |
| YUV | 148.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 46 | 0 | 0.42 | 0.79 | 0.13 | 28.47 | 0.73 | 0.53 |
| Hex | DF | 82 | 2E | 0 | 2A | 4F | D | 1C | 49 | 35 |
| Octal | 337 | 202 | 56 | 0 | 52 | 117 | 15 | 34 | 111 | 65 |
| Binary | 11011111 | 10000010 | 101110 | 0 | 101010 | 1001111 | 1101 | 11100 | 1001001 | 110101 |
Color Harmonies of #DF822E
Complementary color
Monochromatic Colors of #DF822E
Black with #DF822E
Text Example
Text Example
White with #DF822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF822E; }
p { color: rgb(223,130,46); }
H1.HeaderClassName
{
color: #DF822E;
}
.AnyTagClassName
{
color: #DF822E;
}
</style>
background-color css
<style>
a { background-color: #DF822E; }
a { background-color: rgb(223,130,46); }
div.DivClassName
{
background-color: #DF822E;
}
.BgClassName
{
background-color: #DF822E;
}
</style>
border-color css
<style>
span { border-color: #DF822E; }
span { border-color: rgb(223,130,46); }
td.TdClassName
{
border-color: #DF822E;
}
.TagClassName
{
border-color: #DF822E;
}
</style>