Color Hex Logo

#dd735e Color Hex

#DD735E
(221,115,94)
0 Favorites   0 Comments

Color spaces of #dd735e

RGB 22111594
HSL0.030.650.62
HSV10°57°87°
CMYK 0.000.480.57   0.13
XYZ37.969928.441814.0783
Yxy28.44180.47170.3534
Hunter Lab53.330933.757421.6802
CIE-Lab60.285839.427030.3941

#dd735e color RGB value is (221,115,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 01011110
Octal 335 163 136
Decimal 221 115 94
Hex DD 73 5E

RGB Percentages of Color #dd735e

%51.40
%26.74
%21.86

CMYK Percentages of Color #dd735e

%0
%48
%57
%13

Triadic Colors of #dd735e

#dd735e #5edd73 #735edd

Analogous Colors of #dd735e

#dd735e #ddb35e #dd5e89

Monochromatic Colors of #dd735e

#dd735e

Complementary Color

#dd735e #5ec8dd

#dd735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd735e Color CSS Codes

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

#dd735e Text Font Color

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

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


#dd735e Background Color

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

This div background color is #dd735e


#dd735e Border Color

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

This div border color is #dd735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd735e


Comments

No comments written yet.

Please login to write comment.