Color Hex Logo

#dd5412 Color Hex

#DD5412
(221,84,18)
0 Favorites   0 Comments

Color spaces of #dd5412

RGB 2218418
HSL0.050.850.47
HSV20°92°87°
CMYK 0.000.620.92   0.13
XYZ33.098321.75653.0272
Yxy21.75650.57180.3759
Hunter Lab46.643945.036128.8028
CIE-Lab53.767751.047459.7006

#dd5412 color RGB value is (221,84,18).

#dd5412 hex color red value is 221, green value is 84 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dd5412 hue: 0.05 , saturation: 0.85 and the lightness value of dd5412 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 00010010
Octal 335 124 22
Decimal 221 84 18
Hex DD 54 12

RGB Percentages of Color #dd5412

%68.42
%26.01
%5.57

CMYK Percentages of Color #dd5412

%0
%62
%92
%13

Triadic Colors of #dd5412

#dd5412 #12dd54 #5412dd

Analogous Colors of #dd5412

#dd5412 #ddba12 #dd1236

Monochromatic Colors of #dd5412

#dd5412

Complementary Color

#dd5412 #129bdd

#dd5412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5412 Color CSS Codes

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

#dd5412 Text Font Color

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

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


#dd5412 Background Color

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

This div background color is #dd5412


#dd5412 Border Color

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

This div border color is #dd5412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5412


Comments

No comments written yet.

Please login to write comment.