#df5e32

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

Shades of Sorbus #DF5E32

Tints of Sorbus #DF5E32

Color information

#DF5E32 (or 0xDF5E32) is unknown color: approx Sorbus. HEX triplet: DF, 5E and 32. RGB value is (223,94,50). Sum of RGB (Red+Green+Blue) = 223+94+50=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E32 is #20A1CD. Grayscale: #7F7F7F. Windows color (decimal): -2138574 or 3301087. OLE color: 3301087.

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

Color convert

RGB2239450-
CMYK00.580.780.13
HSL15.26º73%53.53%-
HSV(B)15.26º77.58%87.45%-
XYZ35.0123.925.79-
YUV127.5684.24196.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 60.76%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=60.76%
G=25.61%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223945000.580.780.1315.267353.53
HexDF5E3203A4EDf4936
Octal33713662072116151711166
Binary11011111101111011001001110101001110110111111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5e32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5e32; }

 p { color: rgb(223,94,50); }

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

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

 a { background-color: rgb(223,94,50); }

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

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

 span { border-color: rgb(223,94,50); }

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