Color Hex Logo

#dd795e Color Hex

#DD795E
(221,121,94)
0 Favorites   0 Comments

Color spaces of #dd795e

RGB 22112194
HSL0.040.650.62
HSV13°57°87°
CMYK 0.000.450.57   0.13
XYZ38.676529.855014.3138
Yxy29.85500.46690.3604
Hunter Lab54.639730.730922.7158
CIE-Lab61.528936.339131.9766

#dd795e color RGB value is (221,121,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 01011110
Octal 335 171 136
Decimal 221 121 94
Hex DD 79 5E

RGB Percentages of Color #dd795e

%50.69
%27.75
%21.56

CMYK Percentages of Color #dd795e

%0
%45
%57
%13

Triadic Colors of #dd795e

#dd795e #5edd79 #795edd

Analogous Colors of #dd795e

#dd795e #ddb95e #dd5e83

Monochromatic Colors of #dd795e

#dd795e

Complementary Color

#dd795e #5ec2dd

#dd795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd795e Color CSS Codes

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

#dd795e Text Font Color

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

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


#dd795e Background Color

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

This div background color is #dd795e


#dd795e Border Color

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

This div border color is #dd795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd795e


Comments

No comments written yet.

Please login to write comment.