Color Hex Logo

#dd715d Color Hex

#DD715D
(221,113,93)
0 Favorites   0 Comments

Color spaces of #dd715d

RGB 22111393
HSL0.030.650.62
HSV58°87°
CMYK 0.000.490.58   0.13
XYZ37.699727.972713.7682
Yxy27.97270.47460.3521
Hunter Lab52.889234.679521.5880
CIE-Lab59.864140.369330.4151

#dd715d color RGB value is (221,113,93).

#dd715d hex color red value is 221, green value is 113 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dd715d hue: 0.03 , saturation: 0.65 and the lightness value of dd715d is 0.62.

The process color (four color CMYK) of #dd715d color hex is 0.00, 0.49, 0.58, 0.13. Web safe color of #dd715d is #cc6666. Color #dd715d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110001 01011101
Octal 335 161 135
Decimal 221 113 93
Hex DD 71 5D

RGB Percentages of Color #dd715d

%51.76
%26.46
%21.78

CMYK Percentages of Color #dd715d

%0
%49
%58
%13

Triadic Colors of #dd715d

#dd715d #5ddd71 #715ddd

Analogous Colors of #dd715d

#dd715d #ddb15d #dd5d89

Monochromatic Colors of #dd715d

#dd715d

Complementary Color

#dd715d #5dc9dd

#dd715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd715d Color CSS Codes

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

#dd715d Text Font Color

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

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


#dd715d Background Color

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

This div background color is #dd715d


#dd715d Border Color

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

This div border color is #dd715d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd715d


Comments

No comments written yet.

Please login to write comment.