Color Hex Logo

#dd5501 Color Hex

#DD5501
(221,85,1)
0 Favorites   0 Comments

Color spaces of #dd5501

RGB 221851
HSL0.060.990.44
HSV23°100°87°
CMYK 0.000.621.00   0.13
XYZ33.072821.87132.5072
Yxy21.87130.57570.3807
Hunter Lab46.766844.390929.5582
CIE-Lab53.890250.429163.6011

#dd5501 color RGB value is (221,85,1).

#dd5501 hex color red value is 221, green value is 85 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dd5501 hue: 0.06 , saturation: 0.99 and the lightness value of dd5501 is 0.44.

The process color (four color CMYK) of #dd5501 color hex is 0.00, 0.62, 1.00, 0.13. Web safe color of #dd5501 is #cc6600. Color #dd5501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 00000001
Octal 335 125 1
Decimal 221 85 1
Hex DD 55 1

RGB Percentages of Color #dd5501

%71.99
%27.69
%0.33

CMYK Percentages of Color #dd5501

%0
%62
%100
%13

Triadic Colors of #dd5501

#dd5501 #01dd55 #5501dd

Analogous Colors of #dd5501

#dd5501 #ddc301 #dd011b

Monochromatic Colors of #dd5501

#dd5501

Complementary Color

#dd5501 #0189dd

#dd5501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5501 Color CSS Codes

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

#dd5501 Text Font Color

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

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


#dd5501 Background Color

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

This div background color is #dd5501


#dd5501 Border Color

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

This div border color is #dd5501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5501


Comments

No comments written yet.

Please login to write comment.