Shades of Sorbus #DF6930
Tints of Sorbus #DF6930
RGB
CMYK
RGB Variations
Color information
#DF6930 (or 0xDF6930) is known color: Sorbus. HEX triplet: DF, 69 and 30. RGB value is (223,105,48). Sum of RGB (Red+Green+Blue) = 223+105+48=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6930 is #2096CF. Grayscale: #868686. Windows color (decimal): -2135760 or 3172831. OLE color: 3172831.
HSL color Cylindrical-coordinate representation of color #DF6930: hue angle of 19.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF6930 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 48 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.13 |
| HSL | 19.54º | 0.73% | 0.53% | - |
| HSV(B) | 19.54º | 0.78% | 0.87% | - |
| XYZ | 36.02 | 26 | 5.92 | - |
| YUV | 133.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 48 | 0 | 0.53 | 0.78 | 0.13 | 19.54 | 0.73 | 0.53 |
| Hex | DF | 69 | 30 | 0 | 35 | 4E | D | 14 | 49 | 35 |
| Octal | 337 | 151 | 60 | 0 | 65 | 116 | 15 | 24 | 111 | 65 |
| Binary | 11011111 | 1101001 | 110000 | 0 | 110101 | 1001110 | 1101 | 10100 | 1001001 | 110101 |
Color Harmonies of #DF6930
Complementary color
Monochromatic Colors of #DF6930
Black with #DF6930
Text Example
Text Example
White with #DF6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6930; }
p { color: rgb(223,105,48); }
H1.HeaderClassName
{
color: #DF6930;
}
.AnyTagClassName
{
color: #DF6930;
}
</style>
background-color css
<style>
a { background-color: #DF6930; }
a { background-color: rgb(223,105,48); }
div.DivClassName
{
background-color: #DF6930;
}
.BgClassName
{
background-color: #DF6930;
}
</style>
border-color css
<style>
span { border-color: #DF6930; }
span { border-color: rgb(223,105,48); }
td.TdClassName
{
border-color: #DF6930;
}
.TagClassName
{
border-color: #DF6930;
}
</style>