Shades of Sorbus #DE663E
Tints of Sorbus #DE663E
RGB
CMYK
RGB Variations
Color information
#DE663E (or 0xDE663E) is known color: Sorbus. HEX triplet: DE, 66 and 3E. RGB value is (222,102,62). Sum of RGB (Red+Green+Blue) = 222+102+62=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE663E is #2199C1. Grayscale: #858585. Windows color (decimal): -2202050 or 4089566. OLE color: 4089566.
HSL color Cylindrical-coordinate representation of color #DE663E: hue angle of 15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE663E is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 62 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.13 |
| HSL | 15º | 0.71% | 0.56% | - |
| HSV(B) | 15º | 0.72% | 0.87% | - |
| XYZ | 35.75 | 25.38 | 7.57 | - |
| YUV | 133.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 62 | 0 | 0.54 | 0.72 | 0.13 | 15 | 0.71 | 0.56 |
| Hex | DE | 66 | 3E | 0 | 36 | 48 | D | F | 47 | 38 |
| Octal | 336 | 146 | 76 | 0 | 66 | 110 | 15 | 17 | 107 | 70 |
| Binary | 11011110 | 1100110 | 111110 | 0 | 110110 | 1001000 | 1101 | 1111 | 1000111 | 111000 |
Color Harmonies of #DE663E
Complementary color
Monochromatic Colors of #DE663E
Black with #DE663E
Text Example
Text Example
White with #DE663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE663E; }
p { color: rgb(222,102,62); }
H1.HeaderClassName
{
color: #DE663E;
}
.AnyTagClassName
{
color: #DE663E;
}
</style>
background-color css
<style>
a { background-color: #DE663E; }
a { background-color: rgb(222,102,62); }
div.DivClassName
{
background-color: #DE663E;
}
.BgClassName
{
background-color: #DE663E;
}
</style>
border-color css
<style>
span { border-color: #DE663E; }
span { border-color: rgb(222,102,62); }
td.TdClassName
{
border-color: #DE663E;
}
.TagClassName
{
border-color: #DE663E;
}
</style>