Shades of Sorbus #DF6140
Tints of Sorbus #DF6140
RGB
CMYK
RGB Variations
Color information
#DF6140 (or 0xDF6140) is known color: Sorbus. HEX triplet: DF, 61 and 40. RGB value is (223,97,64). Sum of RGB (Red+Green+Blue) = 223+97+64=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6140 is #209EBF. Grayscale: #838383. Windows color (decimal): -2137792 or 4219359. OLE color: 4219359.
HSL color Cylindrical-coordinate representation of color #DF6140: hue angle of 12.45º 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 #DF6140 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 64 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.13 |
| HSL | 12.45º | 0.71% | 0.56% | - |
| HSV(B) | 12.45º | 0.71% | 0.87% | - |
| XYZ | 35.63 | 24.61 | 7.72 | - |
| YUV | 130.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 64 | 0 | 0.57 | 0.71 | 0.13 | 12.45 | 0.71 | 0.56 |
| Hex | DF | 61 | 40 | 0 | 39 | 47 | D | C | 47 | 38 |
| Octal | 337 | 141 | 100 | 0 | 71 | 107 | 15 | 14 | 107 | 70 |
| Binary | 11011111 | 1100001 | 1000000 | 0 | 111001 | 1000111 | 1101 | 1100 | 1000111 | 111000 |
Color Harmonies of #DF6140
Complementary color
Monochromatic Colors of #DF6140
Black with #DF6140
Text Example
Text Example
White with #DF6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6140; }
p { color: rgb(223,97,64); }
H1.HeaderClassName
{
color: #DF6140;
}
.AnyTagClassName
{
color: #DF6140;
}
</style>
background-color css
<style>
a { background-color: #DF6140; }
a { background-color: rgb(223,97,64); }
div.DivClassName
{
background-color: #DF6140;
}
.BgClassName
{
background-color: #DF6140;
}
</style>
border-color css
<style>
span { border-color: #DF6140; }
span { border-color: rgb(223,97,64); }
td.TdClassName
{
border-color: #DF6140;
}
.TagClassName
{
border-color: #DF6140;
}
</style>