Shades of Sorbus #DF6235
Tints of Sorbus #DF6235
RGB
CMYK
RGB Variations
Color information
#DF6235 (or 0xDF6235) is known color: Sorbus. HEX triplet: DF, 62 and 35. RGB value is (223,98,53). Sum of RGB (Red+Green+Blue) = 223+98+53=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6235 is #209DCA. Grayscale: #828282. Windows color (decimal): -2137547 or 3498719. OLE color: 3498719.
HSL color Cylindrical-coordinate representation of color #DF6235: hue angle of 15.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 #DF6235 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 53 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.13 |
| HSL | 15.88º | 0.73% | 0.54% | - |
| HSV(B) | 15.88º | 0.76% | 0.87% | - |
| XYZ | 35.44 | 24.68 | 6.26 | - |
| YUV | 130.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 53 | 0 | 0.56 | 0.76 | 0.13 | 15.88 | 0.73 | 0.54 |
| Hex | DF | 62 | 35 | 0 | 38 | 4C | D | 10 | 49 | 36 |
| Octal | 337 | 142 | 65 | 0 | 70 | 114 | 15 | 20 | 111 | 66 |
| Binary | 11011111 | 1100010 | 110101 | 0 | 111000 | 1001100 | 1101 | 10000 | 1001001 | 110110 |
Color Harmonies of #DF6235
Complementary color
Monochromatic Colors of #DF6235
Black with #DF6235
Text Example
Text Example
White with #DF6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6235; }
p { color: rgb(223,98,53); }
H1.HeaderClassName
{
color: #DF6235;
}
.AnyTagClassName
{
color: #DF6235;
}
</style>
background-color css
<style>
a { background-color: #DF6235; }
a { background-color: rgb(223,98,53); }
div.DivClassName
{
background-color: #DF6235;
}
.BgClassName
{
background-color: #DF6235;
}
</style>
border-color css
<style>
span { border-color: #DF6235; }
span { border-color: rgb(223,98,53); }
td.TdClassName
{
border-color: #DF6235;
}
.TagClassName
{
border-color: #DF6235;
}
</style>