Shades of Sorbus #DF7133
Tints of Sorbus #DF7133
RGB
CMYK
RGB Variations
Color information
#DF7133 (or 0xDF7133) is known color: Sorbus. HEX triplet: DF, 71 and 33. RGB value is (223,113,51). Sum of RGB (Red+Green+Blue) = 223+113+51=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7133 is #208ECC. Grayscale: #8B8B8B. Windows color (decimal): -2133709 or 3371487. OLE color: 3371487.
HSL color Cylindrical-coordinate representation of color #DF7133: hue angle of 21.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF7133 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 51 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.13 |
| HSL | 21.63º | 0.73% | 0.54% | - |
| HSV(B) | 21.63º | 0.77% | 0.87% | - |
| XYZ | 36.93 | 27.74 | 6.54 | - |
| YUV | 138.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 51 | 0 | 0.49 | 0.77 | 0.13 | 21.63 | 0.73 | 0.54 |
| Hex | DF | 71 | 33 | 0 | 31 | 4D | D | 16 | 49 | 36 |
| Octal | 337 | 161 | 63 | 0 | 61 | 115 | 15 | 26 | 111 | 66 |
| Binary | 11011111 | 1110001 | 110011 | 0 | 110001 | 1001101 | 1101 | 10110 | 1001001 | 110110 |
Color Harmonies of #DF7133
Complementary color
Monochromatic Colors of #DF7133
Black with #DF7133
Text Example
Text Example
White with #DF7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7133; }
p { color: rgb(223,113,51); }
H1.HeaderClassName
{
color: #DF7133;
}
.AnyTagClassName
{
color: #DF7133;
}
</style>
background-color css
<style>
a { background-color: #DF7133; }
a { background-color: rgb(223,113,51); }
div.DivClassName
{
background-color: #DF7133;
}
.BgClassName
{
background-color: #DF7133;
}
</style>
border-color css
<style>
span { border-color: #DF7133; }
span { border-color: rgb(223,113,51); }
td.TdClassName
{
border-color: #DF7133;
}
.TagClassName
{
border-color: #DF7133;
}
</style>