Color Hex Logo

#dd5423 Color Hex

#DD5423
(221,84,35)
0 Favorites   0 Comments

Color spaces of #dd5423

RGB 2218435
HSL0.040.730.50
HSV16°84°87°
CMYK 0.000.620.84   0.13
XYZ33.292521.83414.0498
Yxy21.83410.56260.3690
Hunter Lab46.727045.407327.5703
CIE-Lab53.850551.377053.6712

#dd5423 color RGB value is (221,84,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 00100011
Octal 335 124 43
Decimal 221 84 35
Hex DD 54 23

RGB Percentages of Color #dd5423

%65.00
%24.71
%10.29

CMYK Percentages of Color #dd5423

%0
%62
%84
%13

Triadic Colors of #dd5423

#dd5423 #23dd54 #5423dd

Analogous Colors of #dd5423

#dd5423 #ddb123 #dd234f

Monochromatic Colors of #dd5423

#dd5423

Complementary Color

#dd5423 #23acdd

#dd5423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5423 Color CSS Codes

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

#dd5423 Text Font Color

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

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


#dd5423 Background Color

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

This div background color is #dd5423


#dd5423 Border Color

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

This div border color is #dd5423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5423


Comments

No comments written yet.

Please login to write comment.