Color Hex Logo

#dd5626 Color Hex

#DD5626
(221,86,38)
0 Favorites   0 Comments

Color spaces of #dd5626

RGB 2218638
HSL0.040.730.51
HSV16°83°87°
CMYK 0.000.610.83   0.13
XYZ33.496422.16774.3471
Yxy22.16770.55820.3694
Hunter Lab47.082644.597427.4836
CIE-Lab54.204550.569452.6862

#dd5626 color RGB value is (221,86,38).

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

The process color (four color CMYK) of #dd5626 color hex is 0.00, 0.61, 0.83, 0.13. Web safe color of #dd5626 is #cc6633. Color #dd5626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010110 00100110
Octal 335 126 46
Decimal 221 86 38
Hex DD 56 26

RGB Percentages of Color #dd5626

%64.06
%24.93
%11.01

CMYK Percentages of Color #dd5626

%0
%61
%83
%13

Triadic Colors of #dd5626

#dd5626 #26dd56 #5626dd

Analogous Colors of #dd5626

#dd5626 #ddb226 #dd2651

Monochromatic Colors of #dd5626

#dd5626

Complementary Color

#dd5626 #26addd

#dd5626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5626 Color CSS Codes

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

#dd5626 Text Font Color

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

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


#dd5626 Background Color

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

This div background color is #dd5626


#dd5626 Border Color

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

This div border color is #dd5626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5626


Comments

No comments written yet.

Please login to write comment.