Color Hex Logo

#dd735f Color Hex

#DD735F
(221,115,95)
0 Favorites   0 Comments

Color spaces of #dd735f

RGB 22111595
HSL0.030.650.62
HSV10°57°87°
CMYK 0.000.480.57   0.13
XYZ38.015128.459814.3162
Yxy28.45980.47050.3523
Hunter Lab53.347733.838921.4326
CIE-Lab60.301939.503829.8554

#dd735f color RGB value is (221,115,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 01011111
Octal 335 163 137
Decimal 221 115 95
Hex DD 73 5F

RGB Percentages of Color #dd735f

%51.28
%26.68
%22.04

CMYK Percentages of Color #dd735f

%0
%48
%57
%13

Triadic Colors of #dd735f

#dd735f #5fdd73 #735fdd

Analogous Colors of #dd735f

#dd735f #ddb25f #dd5f8a

Monochromatic Colors of #dd735f

#dd735f

Complementary Color

#dd735f #5fc9dd

#dd735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd735f Color CSS Codes

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

#dd735f Text Font Color

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

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


#dd735f Background Color

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

This div background color is #dd735f


#dd735f Border Color

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

This div border color is #dd735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd735f


Comments

No comments written yet.

Please login to write comment.