Html Css Color HEX #DD5E3C Sorbus

📋 copy color: '#DD5E3C'

red 221 ◦ green 94 ◦ blue 60

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

Shades of Sorbus #DD5E3C

Tints of Sorbus #DD5E3C

RGB

 RED value IS 221 (86.72% from 255) = 58.93%

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

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

R = 58.93%
G = 25.07%
B = 16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD5E3C (or 0xDD5E3C) is known color: Sorbus. HEX triplet: DD, 5E and 3C. RGB value is (221,94,60). Sum of RGB (Red+Green+Blue) = 221+94+60=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E3C is #22A1C3. Grayscale: #808080. Windows color (decimal): -2269636 or 3956445. OLE color: 3956445.

HSL color Cylindrical-coordinate representation of color #DD5E3C: hue angle of 12.67º degrees, saturation: 0.7, 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 #DD5E3C is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 60 -
CMYK 0 0.57 0.73 0.13
HSL 12.67º 0.7% 0.55% -
HSV(B) 12.67º 0.73% 0.87% -
XYZ 34.64 23.7 7.02 -
YUV 128.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 221 94 60 0 0.57 0.73 0.13 12.67 0.7 0.55
Hex DD 5E 3C 0 39 49 D D 46 37
Octal 335 136 74 0 71 111 15 15 106 67
Binary 11011101 1011110 111100 0 111001 1001001 1101 1101 1000110 110111

Color Harmonies of #DD5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E3C

Black with #DD5E3C

Text Example


Text Example

White with #DD5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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