Shades of Sorbus #DE6631
Tints of Sorbus #DE6631
RGB
CMYK
RGB Variations
Color information
#DE6631 (or 0xDE6631) is known color: Sorbus. HEX triplet: DE, 66 and 31. RGB value is (222,102,49). Sum of RGB (Red+Green+Blue) = 222+102+49=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6631 is #2199CE. Grayscale: #848484. Windows color (decimal): -2202063 or 3237598. OLE color: 3237598.
HSL color Cylindrical-coordinate representation of color #DE6631: hue angle of 18.38º 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 #DE6631 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 49 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.13 |
| HSL | 18.38º | 0.72% | 0.53% | - |
| HSV(B) | 18.38º | 0.78% | 0.87% | - |
| XYZ | 35.43 | 25.25 | 5.91 | - |
| YUV | 131.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 49 | 0 | 0.54 | 0.78 | 0.13 | 18.38 | 0.72 | 0.53 |
| Hex | DE | 66 | 31 | 0 | 36 | 4E | D | 12 | 48 | 35 |
| Octal | 336 | 146 | 61 | 0 | 66 | 116 | 15 | 22 | 110 | 65 |
| Binary | 11011110 | 1100110 | 110001 | 0 | 110110 | 1001110 | 1101 | 10010 | 1001000 | 110101 |
Color Harmonies of #DE6631
Complementary color
Monochromatic Colors of #DE6631
Black with #DE6631
Text Example
Text Example
White with #DE6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6631; }
p { color: rgb(222,102,49); }
H1.HeaderClassName
{
color: #DE6631;
}
.AnyTagClassName
{
color: #DE6631;
}
</style>
background-color css
<style>
a { background-color: #DE6631; }
a { background-color: rgb(222,102,49); }
div.DivClassName
{
background-color: #DE6631;
}
.BgClassName
{
background-color: #DE6631;
}
</style>
border-color css
<style>
span { border-color: #DE6631; }
span { border-color: rgb(222,102,49); }
td.TdClassName
{
border-color: #DE6631;
}
.TagClassName
{
border-color: #DE6631;
}
</style>