Shades of Sorbus #DE6D35
Tints of Sorbus #DE6D35
RGB
CMYK
RGB Variations
Color information
#DE6D35 (or 0xDE6D35) is known color: Sorbus. HEX triplet: DE, 6D and 35. RGB value is (222,109,53). Sum of RGB (Red+Green+Blue) = 222+109+53=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D35 is #2192CA. Grayscale: #888888. Windows color (decimal): -2200267 or 3501534. OLE color: 3501534.
HSL color Cylindrical-coordinate representation of color #DE6D35: hue angle of 19.88º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE6D35 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 53 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.13 |
| HSL | 19.88º | 0.72% | 0.54% | - |
| HSV(B) | 19.88º | 0.76% | 0.87% | - |
| XYZ | 36.24 | 26.72 | 6.62 | - |
| YUV | 136.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 53 | 0 | 0.51 | 0.76 | 0.13 | 19.88 | 0.72 | 0.54 |
| Hex | DE | 6D | 35 | 0 | 33 | 4C | D | 14 | 48 | 36 |
| Octal | 336 | 155 | 65 | 0 | 63 | 114 | 15 | 24 | 110 | 66 |
| Binary | 11011110 | 1101101 | 110101 | 0 | 110011 | 1001100 | 1101 | 10100 | 1001000 | 110110 |
Color Harmonies of #DE6D35
Complementary color
Monochromatic Colors of #DE6D35
Black with #DE6D35
Text Example
Text Example
White with #DE6D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D35; }
p { color: rgb(222,109,53); }
H1.HeaderClassName
{
color: #DE6D35;
}
.AnyTagClassName
{
color: #DE6D35;
}
</style>
background-color css
<style>
a { background-color: #DE6D35; }
a { background-color: rgb(222,109,53); }
div.DivClassName
{
background-color: #DE6D35;
}
.BgClassName
{
background-color: #DE6D35;
}
</style>
border-color css
<style>
span { border-color: #DE6D35; }
span { border-color: rgb(222,109,53); }
td.TdClassName
{
border-color: #DE6D35;
}
.TagClassName
{
border-color: #DE6D35;
}
</style>