Color Hex Logo

#dd735d Color Hex

#DD735D
(221,115,93)
0 Favorites   0 Comments

Color spaces of #dd735d

RGB 22111593
HSL0.030.650.62
HSV10°58°87°
CMYK 0.000.480.58   0.13
XYZ37.925328.423913.8434
Yxy28.42390.47290.3544
Hunter Lab53.314133.677521.9248
CIE-Lab60.269839.351830.9322

#dd735d color RGB value is (221,115,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 01011101
Octal 335 163 135
Decimal 221 115 93
Hex DD 73 5D

RGB Percentages of Color #dd735d

%51.52
%26.81
%21.68

CMYK Percentages of Color #dd735d

%0
%48
%58
%13

Triadic Colors of #dd735d

#dd735d #5ddd73 #735ddd

Analogous Colors of #dd735d

#dd735d #ddb35d #dd5d87

Monochromatic Colors of #dd735d

#dd735d

Complementary Color

#dd735d #5dc7dd

#dd735d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd735d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd735d Color CSS Codes

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

#dd735d Text Font Color

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

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


#dd735d Background Color

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

This div background color is #dd735d


#dd735d Border Color

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

This div border color is #dd735d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,115,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 #dd735d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd735d


Comments

No comments written yet.

Please login to write comment.