Shades of Sorbus #DF5D3C
Tints of Sorbus #DF5D3C
RGB
CMYK
RGB Variations
Color information
#DF5D3C (or 0xDF5D3C) is known color: Sorbus. HEX triplet: DF, 5D and 3C. RGB value is (223,93,60). Sum of RGB (Red+Green+Blue) = 223+93+60=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5D3C is #20A2C3. Grayscale: #808080. Windows color (decimal): -2138820 or 3956191. OLE color: 3956191.
HSL color Cylindrical-coordinate representation of color #DF5D3C: hue angle of 12.15º 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 #DF5D3C is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 60 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.13 |
| HSL | 12.15º | 0.72% | 0.55% | - |
| HSV(B) | 12.15º | 0.73% | 0.87% | - |
| XYZ | 35.16 | 23.84 | 7.02 | - |
| YUV | 128.11 | 89.57 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 60 | 0 | 0.58 | 0.73 | 0.13 | 12.15 | 0.72 | 0.55 |
| Hex | DF | 5D | 3C | 0 | 3A | 49 | D | C | 48 | 37 |
| Octal | 337 | 135 | 74 | 0 | 72 | 111 | 15 | 14 | 110 | 67 |
| Binary | 11011111 | 1011101 | 111100 | 0 | 111010 | 1001001 | 1101 | 1100 | 1001000 | 110111 |
Color Harmonies of #DF5D3C
Complementary color
Monochromatic Colors of #DF5D3C
Black with #DF5D3C
Text Example
Text Example
White with #DF5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D3C; }
p { color: rgb(223,93,60); }
H1.HeaderClassName
{
color: #DF5D3C;
}
.AnyTagClassName
{
color: #DF5D3C;
}
</style>
background-color css
<style>
a { background-color: #DF5D3C; }
a { background-color: rgb(223,93,60); }
div.DivClassName
{
background-color: #DF5D3C;
}
.BgClassName
{
background-color: #DF5D3C;
}
</style>
border-color css
<style>
span { border-color: #DF5D3C; }
span { border-color: rgb(223,93,60); }
td.TdClassName
{
border-color: #DF5D3C;
}
.TagClassName
{
border-color: #DF5D3C;
}
</style>