#de6c44

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

Shades of Sorbus #DE6C44

Tints of Sorbus #DE6C44

Color information

#DE6C44 (or 0xDE6C44) is unknown color: approx Sorbus. HEX triplet: DE, 6C and 44. RGB value is (222,108,68). Sum of RGB (Red+Green+Blue) = 222+108+68=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C44 is #2193BB. Grayscale: #898989. Windows color (decimal): -2200508 or 4484318. OLE color: 4484318.

HSL color Cylindrical-coordinate representation of color #DE6C44: hue angle of 15.58º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE6C44 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22210868-
CMYK00.510.690.13
HSL15.58º70%56.86%-
HSV(B)15.58º69.37%87.06%-
XYZ36.5326.678.69-
YUV137.5388.77188.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.78%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 68 (26.95% from 255) = 17.09%
R=55.78%
G=27.14%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221086800.510.690.1315.587056.86
HexDE6C4403345D104639
Octal336154104063105152010671
Binary1101111011011001000100011001110001011101100001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de6c44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de6c44; }

 p { color: rgb(222,108,68); }

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

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

 a { background-color: rgb(222,108,68); }

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

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

 span { border-color: rgb(222,108,68); }

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