Shades of Sorbus #DE6D40
Tints of Sorbus #DE6D40
RGB
CMYK
RGB Variations
Color information
#DE6D40 (or 0xDE6D40) is known color: Sorbus. HEX triplet: DE, 6D and 40. RGB value is (222,109,64). Sum of RGB (Red+Green+Blue) = 222+109+64=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D40 is #2192BF. Grayscale: #898989. Windows color (decimal): -2200256 or 4222430. OLE color: 4222430.
HSL color Cylindrical-coordinate representation of color #DE6D40: hue angle of 17.09º 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 #DE6D40 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 64 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.13 |
| HSL | 17.09º | 0.71% | 0.56% | - |
| HSV(B) | 17.09º | 0.71% | 0.87% | - |
| XYZ | 36.52 | 26.84 | 8.11 | - |
| YUV | 137.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 64 | 0 | 0.51 | 0.71 | 0.13 | 17.09 | 0.71 | 0.56 |
| Hex | DE | 6D | 40 | 0 | 33 | 47 | D | 11 | 47 | 38 |
| Octal | 336 | 155 | 100 | 0 | 63 | 107 | 15 | 21 | 107 | 70 |
| Binary | 11011110 | 1101101 | 1000000 | 0 | 110011 | 1000111 | 1101 | 10001 | 1000111 | 111000 |
Color Harmonies of #DE6D40
Complementary color
Monochromatic Colors of #DE6D40
Black with #DE6D40
Text Example
Text Example
White with #DE6D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D40; }
p { color: rgb(222,109,64); }
H1.HeaderClassName
{
color: #DE6D40;
}
.AnyTagClassName
{
color: #DE6D40;
}
</style>
background-color css
<style>
a { background-color: #DE6D40; }
a { background-color: rgb(222,109,64); }
div.DivClassName
{
background-color: #DE6D40;
}
.BgClassName
{
background-color: #DE6D40;
}
</style>
border-color css
<style>
span { border-color: #DE6D40; }
span { border-color: rgb(222,109,64); }
td.TdClassName
{
border-color: #DE6D40;
}
.TagClassName
{
border-color: #DE6D40;
}
</style>