Html Css Color HEX #DF5E3C Sorbus

📋 copy color: '#DF5E3C'

red 223 ◦ green 94 ◦ blue 60

#DF5E3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #DF5E3C

Tints of Sorbus #DF5E3C

RGB

 RED value IS 223 (87.5% from 255) = 59.15%

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 59.15%
G = 24.93%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF5E3C (or 0xDF5E3C) is known color: Sorbus. HEX triplet: DF, 5E and 3C. RGB value is (223,94,60). Sum of RGB (Red+Green+Blue) = 223+94+60=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E3C is #20A1C3. Grayscale: #808080. Windows color (decimal): -2138564 or 3956447. OLE color: 3956447.

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

Color convert

RGB 223 94 60 -
CMYK 0 0.58 0.73 0.13
HSL 12.52º 0.72% 0.55% -
HSV(B) 12.52º 0.73% 0.87% -
XYZ 35.25 24.02 7.05 -
YUV 128.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 223 94 60 0 0.58 0.73 0.13 12.52 0.72 0.55
Hex DF 5E 3C 0 3A 49 D D 48 37
Octal 337 136 74 0 72 111 15 15 110 67
Binary 11011111 1011110 111100 0 111010 1001001 1101 1101 1001000 110111

Color Harmonies of #DF5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E3C

Black with #DF5E3C

Text Example


Text Example

White with #DF5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E3C; }

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

 H1.HeaderClassName
 {
   color: #DF5E3C;
 }
 .AnyTagClassName
 {
   color: #DF5E3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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