Shades of Sorbus #DE663B
Tints of Sorbus #DE663B
RGB
CMYK
RGB Variations
Color information
#DE663B (or 0xDE663B) is known color: Sorbus. HEX triplet: DE, 66 and 3B. RGB value is (222,102,59). Sum of RGB (Red+Green+Blue) = 222+102+59=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE663B is #2199C4. Grayscale: #858585. Windows color (decimal): -2202053 or 3892958. OLE color: 3892958.
HSL color Cylindrical-coordinate representation of color #DE663B: hue angle of 15.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE663B is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 59 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.13 |
| HSL | 15.83º | 0.71% | 0.55% | - |
| HSV(B) | 15.83º | 0.73% | 0.87% | - |
| XYZ | 35.66 | 25.35 | 7.15 | - |
| YUV | 132.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 59 | 0 | 0.54 | 0.73 | 0.13 | 15.83 | 0.71 | 0.55 |
| Hex | DE | 66 | 3B | 0 | 36 | 49 | D | 10 | 47 | 37 |
| Octal | 336 | 146 | 73 | 0 | 66 | 111 | 15 | 20 | 107 | 67 |
| Binary | 11011110 | 1100110 | 111011 | 0 | 110110 | 1001001 | 1101 | 10000 | 1000111 | 110111 |
Color Harmonies of #DE663B
Complementary color
Monochromatic Colors of #DE663B
Black with #DE663B
Text Example
Text Example
White with #DE663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE663B; }
p { color: rgb(222,102,59); }
H1.HeaderClassName
{
color: #DE663B;
}
.AnyTagClassName
{
color: #DE663B;
}
</style>
background-color css
<style>
a { background-color: #DE663B; }
a { background-color: rgb(222,102,59); }
div.DivClassName
{
background-color: #DE663B;
}
.BgClassName
{
background-color: #DE663B;
}
</style>
border-color css
<style>
span { border-color: #DE663B; }
span { border-color: rgb(222,102,59); }
td.TdClassName
{
border-color: #DE663B;
}
.TagClassName
{
border-color: #DE663B;
}
</style>