Shades of Sorbus #DF6740
Tints of Sorbus #DF6740
RGB
CMYK
RGB Variations
Color information
#DF6740 (or 0xDF6740) is known color: Sorbus. HEX triplet: DF, 67 and 40. RGB value is (223,103,64). Sum of RGB (Red+Green+Blue) = 223+103+64=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6740 is #2098BF. Grayscale: #868686. Windows color (decimal): -2136256 or 4220895. OLE color: 4220895.
HSL color Cylindrical-coordinate representation of color #DF6740: hue angle of 14.72º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF6740 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 64 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.13 |
| HSL | 14.72º | 0.71% | 0.56% | - |
| HSV(B) | 14.72º | 0.71% | 0.87% | - |
| XYZ | 36.21 | 25.76 | 7.91 | - |
| YUV | 134.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 64 | 0 | 0.54 | 0.71 | 0.13 | 14.72 | 0.71 | 0.56 |
| Hex | DF | 67 | 40 | 0 | 36 | 47 | D | F | 47 | 38 |
| Octal | 337 | 147 | 100 | 0 | 66 | 107 | 15 | 17 | 107 | 70 |
| Binary | 11011111 | 1100111 | 1000000 | 0 | 110110 | 1000111 | 1101 | 1111 | 1000111 | 111000 |
Color Harmonies of #DF6740
Complementary color
Monochromatic Colors of #DF6740
Black with #DF6740
Text Example
Text Example
White with #DF6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6740; }
p { color: rgb(223,103,64); }
H1.HeaderClassName
{
color: #DF6740;
}
.AnyTagClassName
{
color: #DF6740;
}
</style>
background-color css
<style>
a { background-color: #DF6740; }
a { background-color: rgb(223,103,64); }
div.DivClassName
{
background-color: #DF6740;
}
.BgClassName
{
background-color: #DF6740;
}
</style>
border-color css
<style>
span { border-color: #DF6740; }
span { border-color: rgb(223,103,64); }
td.TdClassName
{
border-color: #DF6740;
}
.TagClassName
{
border-color: #DF6740;
}
</style>