Shades of Sorbus #DE6031
Tints of Sorbus #DE6031
RGB
CMYK
RGB Variations
Color information
#DE6031 (or 0xDE6031) is known color: Sorbus. HEX triplet: DE, 60 and 31. RGB value is (222,96,49). Sum of RGB (Red+Green+Blue) = 222+96+49=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6031 is #219FCE. Grayscale: #808080. Windows color (decimal): -2203599 or 3236062. OLE color: 3236062.
HSL color Cylindrical-coordinate representation of color #DE6031: hue angle of 16.3º degrees, saturation: 0.72, 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 #DE6031 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 49 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.13 |
| HSL | 16.3º | 0.72% | 0.53% | - |
| HSV(B) | 16.3º | 0.78% | 0.87% | - |
| XYZ | 34.86 | 24.12 | 5.72 | - |
| YUV | 128.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 49 | 0 | 0.57 | 0.78 | 0.13 | 16.3 | 0.72 | 0.53 |
| Hex | DE | 60 | 31 | 0 | 39 | 4E | D | 10 | 48 | 35 |
| Octal | 336 | 140 | 61 | 0 | 71 | 116 | 15 | 20 | 110 | 65 |
| Binary | 11011110 | 1100000 | 110001 | 0 | 111001 | 1001110 | 1101 | 10000 | 1001000 | 110101 |
Color Harmonies of #DE6031
Complementary color
Monochromatic Colors of #DE6031
Black with #DE6031
Text Example
Text Example
White with #DE6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6031; }
p { color: rgb(222,96,49); }
H1.HeaderClassName
{
color: #DE6031;
}
.AnyTagClassName
{
color: #DE6031;
}
</style>
background-color css
<style>
a { background-color: #DE6031; }
a { background-color: rgb(222,96,49); }
div.DivClassName
{
background-color: #DE6031;
}
.BgClassName
{
background-color: #DE6031;
}
</style>
border-color css
<style>
span { border-color: #DE6031; }
span { border-color: rgb(222,96,49); }
td.TdClassName
{
border-color: #DE6031;
}
.TagClassName
{
border-color: #DE6031;
}
</style>