#DF5E3B

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

Shades of Sorbus #DF5E3B

Tints of Sorbus #DF5E3B

Color information

#DF5E3B (or 0xDF5E3B) is unknown color: approx Sorbus. HEX triplet: DF, 5E and 3B. RGB value is (223,94,59). Sum of RGB (Red+Green+Blue) = 223+94+59=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E3B is #20A1C4. Grayscale: #808080. Windows color (decimal): -2138565 or 3890911. OLE color: 3890911.

HSL color Cylindrical-coordinate representation of color #DF5E3B: hue angle of 12.8º degrees, saturation: 0.72, 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 #DF5E3B is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2239459-
CMYK00.580.740.13
HSL12.8º71.93%55.29%-
HSV(B)12.8º73.54%87.45%-
XYZ35.2224.016.92-
YUV128.5888.74195.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.31%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 59 (23.44% from 255) = 15.69%
R=59.31%
G=25%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223945900.580.740.1312.871.9355.29
HexDF5E3B03A4ADd4837
Octal33713673072112151511067
Binary11011111101111011101101110101001010110111011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5E3B; }

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

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

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

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

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

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

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

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