Shades of Sorbus #DE683C
Tints of Sorbus #DE683C
RGB
CMYK
RGB Variations
Color information
#DE683C (or 0xDE683C) is known color: Sorbus. HEX triplet: DE, 68 and 3C. RGB value is (222,104,60). Sum of RGB (Red+Green+Blue) = 222+104+60=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE683C is #2197C3. Grayscale: #868686. Windows color (decimal): -2201540 or 3959006. OLE color: 3959006.
HSL color Cylindrical-coordinate representation of color #DE683C: hue angle of 16.3º 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 #DE683C is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 60 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.13 |
| HSL | 16.3º | 0.71% | 0.55% | - |
| HSV(B) | 16.3º | 0.73% | 0.87% | - |
| XYZ | 35.89 | 25.76 | 7.35 | - |
| YUV | 134.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 60 | 0 | 0.53 | 0.73 | 0.13 | 16.3 | 0.71 | 0.55 |
| Hex | DE | 68 | 3C | 0 | 35 | 49 | D | 10 | 47 | 37 |
| Octal | 336 | 150 | 74 | 0 | 65 | 111 | 15 | 20 | 107 | 67 |
| Binary | 11011110 | 1101000 | 111100 | 0 | 110101 | 1001001 | 1101 | 10000 | 1000111 | 110111 |
Color Harmonies of #DE683C
Complementary color
Monochromatic Colors of #DE683C
Black with #DE683C
Text Example
Text Example
White with #DE683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE683C; }
p { color: rgb(222,104,60); }
H1.HeaderClassName
{
color: #DE683C;
}
.AnyTagClassName
{
color: #DE683C;
}
</style>
background-color css
<style>
a { background-color: #DE683C; }
a { background-color: rgb(222,104,60); }
div.DivClassName
{
background-color: #DE683C;
}
.BgClassName
{
background-color: #DE683C;
}
</style>
border-color css
<style>
span { border-color: #DE683C; }
span { border-color: rgb(222,104,60); }
td.TdClassName
{
border-color: #DE683C;
}
.TagClassName
{
border-color: #DE683C;
}
</style>