Color Hex Logo

#dd5e2c Color Hex

#DD5E2C
(221,94,44)
0 Favorites   0 Comments

Color spaces of #dd5e2c

RGB 2219444
HSL0.050.720.52
HSV17°80°87°
CMYK 0.000.570.80   0.13
XYZ34.276123.55945.1237
Yxy23.55940.54440.3742
Hunter Lab48.538041.109827.7179
CIE-Lab55.643947.084251.3184

#dd5e2c color RGB value is (221,94,44).

#dd5e2c hex color red value is 221, green value is 94 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dd5e2c hue: 0.05 , saturation: 0.72 and the lightness value of dd5e2c is 0.52.

The process color (four color CMYK) of #dd5e2c color hex is 0.00, 0.57, 0.80, 0.13. Web safe color of #dd5e2c is #cc6633. Color #dd5e2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011110 00101100
Octal 335 136 54
Decimal 221 94 44
Hex DD 5E 2C

RGB Percentages of Color #dd5e2c

%61.56
%26.18
%12.26

CMYK Percentages of Color #dd5e2c

%0
%57
%80
%13

Triadic Colors of #dd5e2c

#dd5e2c #2cdd5e #5e2cdd

Analogous Colors of #dd5e2c

#dd5e2c #ddb72c #dd2c53

Monochromatic Colors of #dd5e2c

#dd5e2c

Complementary Color

#dd5e2c #2cabdd

#dd5e2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5e2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5e2c Color CSS Codes

.mybgcolor {background-color:#dd5e2c; } 
.myforecolor {color:#dd5e2c; }
.mybordercolor {border:3px solid #dd5e2c; }

#dd5e2c Text Font Color

<p style="color:#dd5e2c">Text here</p>

This sample text font color is #dd5e2c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd5e2c Background Color

<div style="background-color:#dd5e2c">
Div content here</div>

This div background color is #dd5e2c


#dd5e2c Border Color

<div style="border:3px solid #dd5e2c">
Div here</div>

This div border color is #dd5e2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,94,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd5e2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd5e2c;
  -webkit-box-shadow: 1px 1px 3px 2px #dd5e2c;
  box-shadow:         1px 1px 3px 2px #dd5e2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,94,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd5e2c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd5e2c;
  -webkit-box-shadow: 1px 1px 3px 2px #dd5e2c;
  box-shadow:         1px 1px 3px 2px #dd5e2c;">
Div content here</div>

This div box has shadow with color #dd5e2c


Comments

No comments written yet.

Please login to write comment.