Shades of West Side #DF852F
Tints of West Side #DF852F
RGB
CMYK
RGB Variations
Color information
#DF852F (or 0xDF852F) is known color: West Side. HEX triplet: DF, 85 and 2F. RGB value is (223,133,47). Sum of RGB (Red+Green+Blue) = 223+133+47=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF852F is #207AD0. Grayscale: #969696. Windows color (decimal): -2128593 or 3114463. OLE color: 3114463.
HSL color Cylindrical-coordinate representation of color #DF852F: hue angle of 29.32º 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 #DF852F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 47 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.13 |
| HSL | 29.32º | 0.73% | 0.53% | - |
| HSV(B) | 29.32º | 0.79% | 0.87% | - |
| XYZ | 39.33 | 32.67 | 6.92 | - |
| YUV | 150.11 | 69.82 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 47 | 0 | 0.40 | 0.79 | 0.13 | 29.32 | 0.73 | 0.53 |
| Hex | DF | 85 | 2F | 0 | 28 | 4F | D | 1D | 49 | 35 |
| Octal | 337 | 205 | 57 | 0 | 50 | 117 | 15 | 35 | 111 | 65 |
| Binary | 11011111 | 10000101 | 101111 | 0 | 101000 | 1001111 | 1101 | 11101 | 1001001 | 110101 |
Color Harmonies of #DF852F
Complementary color
Monochromatic Colors of #DF852F
Black with #DF852F
Text Example
Text Example
White with #DF852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF852F; }
p { color: rgb(223,133,47); }
H1.HeaderClassName
{
color: #DF852F;
}
.AnyTagClassName
{
color: #DF852F;
}
</style>
background-color css
<style>
a { background-color: #DF852F; }
a { background-color: rgb(223,133,47); }
div.DivClassName
{
background-color: #DF852F;
}
.BgClassName
{
background-color: #DF852F;
}
</style>
border-color css
<style>
span { border-color: #DF852F; }
span { border-color: rgb(223,133,47); }
td.TdClassName
{
border-color: #DF852F;
}
.TagClassName
{
border-color: #DF852F;
}
</style>