Color Hex Logo

#dd604d Color Hex

#DD604D
(221,96,77)
0 Favorites   0 Comments

Color spaces of #dd604d

RGB 2219677
HSL0.020.680.58
HSV65°87°
CMYK 0.000.570.65   0.13
XYZ35.341224.27379.8438
Yxy24.27370.50880.3495
Hunter Lab49.268341.822122.6417
CIE-Lab56.360847.643134.9969

#dd604d color RGB value is (221,96,77).

#dd604d hex color red value is 221, green value is 96 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dd604d hue: 0.02 , saturation: 0.68 and the lightness value of dd604d is 0.58.

The process color (four color CMYK) of #dd604d color hex is 0.00, 0.57, 0.65, 0.13. Web safe color of #dd604d is #cc6666. Color #dd604d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100000 01001101
Octal 335 140 115
Decimal 221 96 77
Hex DD 60 4D

RGB Percentages of Color #dd604d

%56.09
%24.37
%19.54

CMYK Percentages of Color #dd604d

%0
%57
%65
%13

Triadic Colors of #dd604d

#dd604d #4ddd60 #604ddd

Analogous Colors of #dd604d

#dd604d #dda84d #dd4d82

Monochromatic Colors of #dd604d

#dd604d

Complementary Color

#dd604d #4dcadd

#dd604d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd604d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd604d Color CSS Codes

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

#dd604d Text Font Color

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

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


#dd604d Background Color

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

This div background color is #dd604d


#dd604d Border Color

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

This div border color is #dd604d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd604d


Comments

No comments written yet.

Please login to write comment.