Shades of West Side #DF852D
Tints of West Side #DF852D
RGB
CMYK
RGB Variations
Color information
#DF852D (or 0xDF852D) is known color: West Side. HEX triplet: DF, 85 and 2D. RGB value is (223,133,45). Sum of RGB (Red+Green+Blue) = 223+133+45=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF852D is #207AD2. Grayscale: #969696. Windows color (decimal): -2128595 or 2983391. OLE color: 2983391.
HSL color Cylindrical-coordinate representation of color #DF852D: hue angle of 29.66º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF852D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 45 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.13 |
| HSL | 29.66º | 0.74% | 0.53% | - |
| HSV(B) | 29.66º | 0.8% | 0.87% | - |
| XYZ | 39.29 | 32.65 | 6.71 | - |
| YUV | 149.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 45 | 0 | 0.40 | 0.80 | 0.13 | 29.66 | 0.74 | 0.53 |
| Hex | DF | 85 | 2D | 0 | 28 | 50 | D | 1E | 4A | 35 |
| Octal | 337 | 205 | 55 | 0 | 50 | 120 | 15 | 36 | 112 | 65 |
| Binary | 11011111 | 10000101 | 101101 | 0 | 101000 | 1010000 | 1101 | 11110 | 1001010 | 110101 |
Color Harmonies of #DF852D
Complementary color
Monochromatic Colors of #DF852D
Black with #DF852D
Text Example
Text Example
White with #DF852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF852D; }
p { color: rgb(223,133,45); }
H1.HeaderClassName
{
color: #DF852D;
}
.AnyTagClassName
{
color: #DF852D;
}
</style>
background-color css
<style>
a { background-color: #DF852D; }
a { background-color: rgb(223,133,45); }
div.DivClassName
{
background-color: #DF852D;
}
.BgClassName
{
background-color: #DF852D;
}
</style>
border-color css
<style>
span { border-color: #DF852D; }
span { border-color: rgb(223,133,45); }
td.TdClassName
{
border-color: #DF852D;
}
.TagClassName
{
border-color: #DF852D;
}
</style>