Shades of Sorbus #DE6C44
Tints of Sorbus #DE6C44
RGB
CMYK
RGB Variations
Color information
#DE6C44 (or 0xDE6C44) is known color: Sorbus. HEX triplet: DE, 6C and 44. RGB value is (222,108,68). Sum of RGB (Red+Green+Blue) = 222+108+68=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C44 is #2193BB. Grayscale: #898989. Windows color (decimal): -2200508 or 4484318. OLE color: 4484318.
HSL color Cylindrical-coordinate representation of color #DE6C44: hue angle of 15.58º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE6C44 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 68 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.13 |
| HSL | 15.58º | 0.7% | 0.57% | - |
| HSV(B) | 15.58º | 0.69% | 0.87% | - |
| XYZ | 36.53 | 26.67 | 8.69 | - |
| YUV | 137.53 | 88.77 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 68 | 0 | 0.51 | 0.69 | 0.13 | 15.58 | 0.7 | 0.57 |
| Hex | DE | 6C | 44 | 0 | 33 | 45 | D | 10 | 46 | 39 |
| Octal | 336 | 154 | 104 | 0 | 63 | 105 | 15 | 20 | 106 | 71 |
| Binary | 11011110 | 1101100 | 1000100 | 0 | 110011 | 1000101 | 1101 | 10000 | 1000110 | 111001 |
Color Harmonies of #DE6C44
Complementary color
Monochromatic Colors of #DE6C44
Black with #DE6C44
Text Example
Text Example
White with #DE6C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C44; }
p { color: rgb(222,108,68); }
H1.HeaderClassName
{
color: #DE6C44;
}
.AnyTagClassName
{
color: #DE6C44;
}
</style>
background-color css
<style>
a { background-color: #DE6C44; }
a { background-color: rgb(222,108,68); }
div.DivClassName
{
background-color: #DE6C44;
}
.BgClassName
{
background-color: #DE6C44;
}
</style>
border-color css
<style>
span { border-color: #DE6C44; }
span { border-color: rgb(222,108,68); }
td.TdClassName
{
border-color: #DE6C44;
}
.TagClassName
{
border-color: #DE6C44;
}
</style>