Color Hex Logo

#dd5527 Color Hex

#DD5527
(221,85,39)
0 Favorites   0 Comments

Color spaces of #dd5527

RGB 2218539
HSL0.040.730.51
HSV15°82°87°
CMYK 0.000.620.82   0.13
XYZ33.433522.01564.4068
Yxy22.01560.55860.3678
Hunter Lab46.920845.079227.2760
CIE-Lab54.043651.041952.0973

#dd5527 color RGB value is (221,85,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 00100111
Octal 335 125 47
Decimal 221 85 39
Hex DD 55 27

RGB Percentages of Color #dd5527

%64.06
%24.64
%11.30

CMYK Percentages of Color #dd5527

%0
%62
%82
%13

Triadic Colors of #dd5527

#dd5527 #27dd55 #5527dd

Analogous Colors of #dd5527

#dd5527 #ddb027 #dd2754

Monochromatic Colors of #dd5527

#dd5527

Complementary Color

#dd5527 #27afdd

#dd5527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5527 Color CSS Codes

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

#dd5527 Text Font Color

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

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


#dd5527 Background Color

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

This div background color is #dd5527


#dd5527 Border Color

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

This div border color is #dd5527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5527

#dd5527 Color Palettes


Comments

No comments written yet.

Please login to write comment.