Shades of Sorbus #DF5E3C
Tints of Sorbus #DF5E3C
RGB
CMYK
RGB Variations
Color information
#DF5E3C (or 0xDF5E3C) is known color: Sorbus. HEX triplet: DF, 5E and 3C. RGB value is (223,94,60). Sum of RGB (Red+Green+Blue) = 223+94+60=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E3C is #20A1C3. Grayscale: #808080. Windows color (decimal): -2138564 or 3956447. OLE color: 3956447.
HSL color Cylindrical-coordinate representation of color #DF5E3C: hue angle of 12.52º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF5E3C is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 60 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.13 |
| HSL | 12.52º | 0.72% | 0.55% | - |
| HSV(B) | 12.52º | 0.73% | 0.87% | - |
| XYZ | 35.25 | 24.02 | 7.05 | - |
| YUV | 128.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 60 | 0 | 0.58 | 0.73 | 0.13 | 12.52 | 0.72 | 0.55 |
| Hex | DF | 5E | 3C | 0 | 3A | 49 | D | D | 48 | 37 |
| Octal | 337 | 136 | 74 | 0 | 72 | 111 | 15 | 15 | 110 | 67 |
| Binary | 11011111 | 1011110 | 111100 | 0 | 111010 | 1001001 | 1101 | 1101 | 1001000 | 110111 |
Color Harmonies of #DF5E3C
Complementary color
Monochromatic Colors of #DF5E3C
Black with #DF5E3C
Text Example
Text Example
White with #DF5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E3C; }
p { color: rgb(223,94,60); }
H1.HeaderClassName
{
color: #DF5E3C;
}
.AnyTagClassName
{
color: #DF5E3C;
}
</style>
background-color css
<style>
a { background-color: #DF5E3C; }
a { background-color: rgb(223,94,60); }
div.DivClassName
{
background-color: #DF5E3C;
}
.BgClassName
{
background-color: #DF5E3C;
}
</style>
border-color css
<style>
span { border-color: #DF5E3C; }
span { border-color: rgb(223,94,60); }
td.TdClassName
{
border-color: #DF5E3C;
}
.TagClassName
{
border-color: #DF5E3C;
}
</style>