Color Hex Logo

#dd552c Color Hex

#DD552C
(221,85,44)
0 Favorites   0 Comments

Color spaces of #dd552c

RGB 2218544
HSL0.040.720.52
HSV14°80°87°
CMYK 0.000.620.80   0.13
XYZ33.521922.05104.8723
Yxy22.05100.55460.3648
Hunter Lab46.958545.247126.7192
CIE-Lab54.081151.191049.8246

#dd552c color RGB value is (221,85,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 00101100
Octal 335 125 54
Decimal 221 85 44
Hex DD 55 2C

RGB Percentages of Color #dd552c

%63.14
%24.29
%12.57

CMYK Percentages of Color #dd552c

%0
%62
%80
%13

Triadic Colors of #dd552c

#dd552c #2cdd55 #552cdd

Analogous Colors of #dd552c

#dd552c #ddae2c #dd2c5c

Monochromatic Colors of #dd552c

#dd552c

Complementary Color

#dd552c #2cb4dd

#dd552c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd552c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd552c Color CSS Codes

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

#dd552c Text Font Color

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

This sample text font color is #dd552c
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.


#dd552c Background Color

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

This div background color is #dd552c


#dd552c Border Color

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

This div border color is #dd552c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,85,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 #dd552c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd552c


Comments

No comments written yet.

Please login to write comment.