#DE7239

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

Shades of Sorbus #DE7239

Tints of Sorbus #DE7239

Color information

#DE7239 (or 0xDE7239) is unknown color: approx Sorbus. HEX triplet: DE, 72 and 39. RGB value is (222,114,57). Sum of RGB (Red+Green+Blue) = 222+114+57=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7239 is #218DC6. Grayscale: #8C8C8C. Windows color (decimal): -2198983 or 3764958. OLE color: 3764958.

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

Color convert

RGB22211457-
CMYK00.490.740.13
HSL20.73º71.43%54.71%-
HSV(B)20.73º74.32%87.06%-
XYZ36.8827.867.3-
YUV139.7981.28186.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=56.49%
G=29.01%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221145700.490.740.1320.7371.4354.71
HexDE72390314AD154737
Octal33616271061112152510767
Binary110111101110010111001011000110010101101101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7239; }

 p { color: rgb(222,114,57); }

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

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

 a { background-color: rgb(222,114,57); }

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

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

 span { border-color: rgb(222,114,57); }

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