Shades of Sorbus #DE6C30
Tints of Sorbus #DE6C30
RGB
CMYK
RGB Variations
Color information
#DE6C30 (or 0xDE6C30) is known color: Sorbus. HEX triplet: DE, 6C and 30. RGB value is (222,108,48). Sum of RGB (Red+Green+Blue) = 222+108+48=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C30 is #2193CF. Grayscale: #878787. Windows color (decimal): -2200528 or 3173598. OLE color: 3173598.
HSL color Cylindrical-coordinate representation of color #DE6C30: hue angle of 20.69º degrees, saturation: 0.73, 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 #DE6C30 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 48 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.13 |
| HSL | 20.69º | 0.73% | 0.53% | - |
| HSV(B) | 20.69º | 0.78% | 0.87% | - |
| XYZ | 36.02 | 26.47 | 6.01 | - |
| YUV | 135.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 48 | 0 | 0.51 | 0.78 | 0.13 | 20.69 | 0.73 | 0.53 |
| Hex | DE | 6C | 30 | 0 | 33 | 4E | D | 15 | 48 | 35 |
| Octal | 336 | 154 | 60 | 0 | 63 | 116 | 15 | 25 | 110 | 65 |
| Binary | 11011110 | 1101100 | 110000 | 0 | 110011 | 1001110 | 1101 | 10101 | 1001000 | 110101 |
Color Harmonies of #DE6C30
Complementary color
Monochromatic Colors of #DE6C30
Black with #DE6C30
Text Example
Text Example
White with #DE6C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C30; }
p { color: rgb(222,108,48); }
H1.HeaderClassName
{
color: #DE6C30;
}
.AnyTagClassName
{
color: #DE6C30;
}
</style>
background-color css
<style>
a { background-color: #DE6C30; }
a { background-color: rgb(222,108,48); }
div.DivClassName
{
background-color: #DE6C30;
}
.BgClassName
{
background-color: #DE6C30;
}
</style>
border-color css
<style>
span { border-color: #DE6C30; }
span { border-color: rgb(222,108,48); }
td.TdClassName
{
border-color: #DE6C30;
}
.TagClassName
{
border-color: #DE6C30;
}
</style>