Shades of Sorbus #DE693C
Tints of Sorbus #DE693C
RGB
CMYK
RGB Variations
Color information
#DE693C (or 0xDE693C) is known color: Sorbus. HEX triplet: DE, 69 and 3C. RGB value is (222,105,60). Sum of RGB (Red+Green+Blue) = 222+105+60=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE693C is #2196C3. Grayscale: #878787. Windows color (decimal): -2201284 or 3959262. OLE color: 3959262.
HSL color Cylindrical-coordinate representation of color #DE693C: hue angle of 16.67º 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 #DE693C is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 60 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.13 |
| HSL | 16.67º | 0.71% | 0.55% | - |
| HSV(B) | 16.67º | 0.73% | 0.87% | - |
| XYZ | 35.99 | 25.96 | 7.39 | - |
| YUV | 134.85 | 85.76 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 60 | 0 | 0.53 | 0.73 | 0.13 | 16.67 | 0.71 | 0.55 |
| Hex | DE | 69 | 3C | 0 | 35 | 49 | D | 11 | 47 | 37 |
| Octal | 336 | 151 | 74 | 0 | 65 | 111 | 15 | 21 | 107 | 67 |
| Binary | 11011110 | 1101001 | 111100 | 0 | 110101 | 1001001 | 1101 | 10001 | 1000111 | 110111 |
Color Harmonies of #DE693C
Complementary color
Monochromatic Colors of #DE693C
Black with #DE693C
Text Example
Text Example
White with #DE693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE693C; }
p { color: rgb(222,105,60); }
H1.HeaderClassName
{
color: #DE693C;
}
.AnyTagClassName
{
color: #DE693C;
}
</style>
background-color css
<style>
a { background-color: #DE693C; }
a { background-color: rgb(222,105,60); }
div.DivClassName
{
background-color: #DE693C;
}
.BgClassName
{
background-color: #DE693C;
}
</style>
border-color css
<style>
span { border-color: #DE693C; }
span { border-color: rgb(222,105,60); }
td.TdClassName
{
border-color: #DE693C;
}
.TagClassName
{
border-color: #DE693C;
}
</style>