#DE6638

Color #DE6638 Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DE6638

Tints of Sorbus #DE6638

Color information

#DE6638 (or 0xDE6638) is unknown color: approx Sorbus. HEX triplet: DE, 66 and 38. RGB value is (222,102,56). Sum of RGB (Red+Green+Blue) = 222+102+56=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6638 is #2199C7. Grayscale: #848484. Windows color (decimal): -2202056 or 3696350. OLE color: 3696350.

HSL color Cylindrical-coordinate representation of color #DE6638: hue angle of 16.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE6638 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB22210256-
CMYK00.540.750.13
HSL16.63º71.55%54.51%-
HSV(B)16.63º74.77%87.06%-
XYZ35.5925.326.75-
YUV132.6484.76191.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 58.42%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 56 (22.27% from 255) = 14.74%
R=58.42%
G=26.84%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221025600.540.750.1316.6371.5554.51
HexDE66380364BD114837
Octal33614670066113152111067
Binary110111101100110111000011011010010111101100011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6638; }

 p { color: rgb(222,102,56); }

 H1.HeaderClassName
 {
   color: #DE6638;
 }
 .AnyTagClassName
 {
   color: #DE6638;
 }
</style>
background-color css

<style>
 a { background-color: #DE6638; }

 a { background-color: rgb(222,102,56); }

 div.DivClassName
 {
   background-color: #DE6638;
 }
 .BgClassName
 {
   background-color: #DE6638;
 }
</style>
border-color css

<style>
 span { border-color: #DE6638; }

 span { border-color: rgb(222,102,56); }

 td.TdClassName
 {
   border-color: #DE6638;
 }
 .TagClassName
 {
   border-color: #DE6638;
 }
</style>