Color Hex Logo

#dd6544 Color Hex

#DD6544
(221,101,68)
0 Favorites   0 Comments

Color spaces of #dd6544

RGB 22110168
HSL0.040.690.57
HSV13°69°87°
CMYK 0.000.540.69   0.13
XYZ35.515925.09698.4411
Yxy25.09690.51430.3634
Hunter Lab50.096838.877325.0777
CIE-Lab57.169744.747940.8755

#dd6544 color RGB value is (221,101,68).

#dd6544 hex color red value is 221, green value is 101 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dd6544 hue: 0.04 , saturation: 0.69 and the lightness value of dd6544 is 0.57.

The process color (four color CMYK) of #dd6544 color hex is 0.00, 0.54, 0.69, 0.13. Web safe color of #dd6544 is #cc6633. Color #dd6544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 01000100
Octal 335 145 104
Decimal 221 101 68
Hex DD 65 44

RGB Percentages of Color #dd6544

%56.67
%25.90
%17.44

CMYK Percentages of Color #dd6544

%0
%54
%69
%13

Triadic Colors of #dd6544

#dd6544 #44dd65 #6544dd

Analogous Colors of #dd6544

#dd6544 #ddb244 #dd4470

Monochromatic Colors of #dd6544

#dd6544

Complementary Color

#dd6544 #44bcdd

#dd6544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6544 Color CSS Codes

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

#dd6544 Text Font Color

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

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


#dd6544 Background Color

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

This div background color is #dd6544


#dd6544 Border Color

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

This div border color is #dd6544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6544


Comments

No comments written yet.

Please login to write comment.