Shades of Sorbus #DF7335
Tints of Sorbus #DF7335
RGB
CMYK
RGB Variations
Color information
#DF7335 (or 0xDF7335) is known color: Sorbus. HEX triplet: DF, 73 and 35. RGB value is (223,115,53). Sum of RGB (Red+Green+Blue) = 223+115+53=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7335 is #208CCA. Grayscale: #8C8C8C. Windows color (decimal): -2133195 or 3503071. OLE color: 3503071.
HSL color Cylindrical-coordinate representation of color #DF7335: hue angle of 21.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF7335 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 53 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.13 |
| HSL | 21.88º | 0.73% | 0.54% | - |
| HSV(B) | 21.88º | 0.76% | 0.87% | - |
| XYZ | 37.2 | 28.21 | 6.85 | - |
| YUV | 140.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 53 | 0 | 0.48 | 0.76 | 0.13 | 21.88 | 0.73 | 0.54 |
| Hex | DF | 73 | 35 | 0 | 30 | 4C | D | 16 | 49 | 36 |
| Octal | 337 | 163 | 65 | 0 | 60 | 114 | 15 | 26 | 111 | 66 |
| Binary | 11011111 | 1110011 | 110101 | 0 | 110000 | 1001100 | 1101 | 10110 | 1001001 | 110110 |
Color Harmonies of #DF7335
Complementary color
Monochromatic Colors of #DF7335
Black with #DF7335
Text Example
Text Example
White with #DF7335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7335; }
p { color: rgb(223,115,53); }
H1.HeaderClassName
{
color: #DF7335;
}
.AnyTagClassName
{
color: #DF7335;
}
</style>
background-color css
<style>
a { background-color: #DF7335; }
a { background-color: rgb(223,115,53); }
div.DivClassName
{
background-color: #DF7335;
}
.BgClassName
{
background-color: #DF7335;
}
</style>
border-color css
<style>
span { border-color: #DF7335; }
span { border-color: rgb(223,115,53); }
td.TdClassName
{
border-color: #DF7335;
}
.TagClassName
{
border-color: #DF7335;
}
</style>