Shades of West Side #DF822B
Tints of West Side #DF822B
RGB
CMYK
RGB Variations
Color information
#DF822B (or 0xDF822B) is known color: West Side. HEX triplet: DF, 82 and 2B. RGB value is (223,130,43). Sum of RGB (Red+Green+Blue) = 223+130+43=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF822B is #207DD4. Grayscale: #949494. Windows color (decimal): -2129365 or 2851551. OLE color: 2851551.
HSL color Cylindrical-coordinate representation of color #DF822B: hue angle of 29º 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 #DF822B is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 43 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.13 |
| HSL | 29º | 0.74% | 0.52% | - |
| HSV(B) | 29º | 0.81% | 0.87% | - |
| XYZ | 38.85 | 31.83 | 6.38 | - |
| YUV | 147.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 43 | 0 | 0.42 | 0.81 | 0.13 | 29 | 0.74 | 0.52 |
| Hex | DF | 82 | 2B | 0 | 2A | 51 | D | 1D | 4A | 34 |
| Octal | 337 | 202 | 53 | 0 | 52 | 121 | 15 | 35 | 112 | 64 |
| Binary | 11011111 | 10000010 | 101011 | 0 | 101010 | 1010001 | 1101 | 11101 | 1001010 | 110100 |
Color Harmonies of #DF822B
Complementary color
Monochromatic Colors of #DF822B
Black with #DF822B
Text Example
Text Example
White with #DF822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF822B; }
p { color: rgb(223,130,43); }
H1.HeaderClassName
{
color: #DF822B;
}
.AnyTagClassName
{
color: #DF822B;
}
</style>
background-color css
<style>
a { background-color: #DF822B; }
a { background-color: rgb(223,130,43); }
div.DivClassName
{
background-color: #DF822B;
}
.BgClassName
{
background-color: #DF822B;
}
</style>
border-color css
<style>
span { border-color: #DF822B; }
span { border-color: rgb(223,130,43); }
td.TdClassName
{
border-color: #DF822B;
}
.TagClassName
{
border-color: #DF822B;
}
</style>