Color Hex Logo

#dd5811 Color Hex

#DD5811
(221,88,17)
0 Favorites   0 Comments

Color spaces of #dd5811

RGB 2218817
HSL0.060.860.47
HSV21°92°87°
CMYK 0.000.600.92   0.13
XYZ33.409722.39213.0915
Yxy22.39210.56730.3802
Hunter Lab47.320343.216429.2507
CIE-Lab54.440649.246860.4348

#dd5811 color RGB value is (221,88,17).

#dd5811 hex color red value is 221, green value is 88 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dd5811 hue: 0.06 , saturation: 0.86 and the lightness value of dd5811 is 0.47.

The process color (four color CMYK) of #dd5811 color hex is 0.00, 0.60, 0.92, 0.13. Web safe color of #dd5811 is #cc6600. Color #dd5811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 00010001
Octal 335 130 21
Decimal 221 88 17
Hex DD 58 11

RGB Percentages of Color #dd5811

%67.79
%26.99
%5.21

CMYK Percentages of Color #dd5811

%0
%60
%92
%13

Triadic Colors of #dd5811

#dd5811 #11dd58 #5811dd

Analogous Colors of #dd5811

#dd5811 #ddbe11 #dd1130

Monochromatic Colors of #dd5811

#dd5811

Complementary Color

#dd5811 #1196dd

#dd5811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5811 Color CSS Codes

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

#dd5811 Text Font Color

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

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


#dd5811 Background Color

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

This div background color is #dd5811


#dd5811 Border Color

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

This div border color is #dd5811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5811


Comments

No comments written yet.

Please login to write comment.