Color Hex Logo

#dd805e Color Hex

#DD805E
(221,128,94)
0 Favorites   0 Comments

Color spaces of #dd805e

RGB 22112894
HSL0.040.650.62
HSV16°57°87°
CMYK 0.000.420.57   0.13
XYZ39.558331.618614.6077
Yxy31.61860.46110.3686
Hunter Lab56.230427.172223.9588
CIE-Lab63.026432.679133.8672

#dd805e color RGB value is (221,128,94).

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

The process color (four color CMYK) of #dd805e color hex is 0.00, 0.42, 0.57, 0.13. Web safe color of #dd805e is #cc9966. Color #dd805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 01011110
Octal 335 200 136
Decimal 221 128 94
Hex DD 80 5E

RGB Percentages of Color #dd805e

%49.89
%28.89
%21.22

CMYK Percentages of Color #dd805e

%0
%42
%57
%13

Triadic Colors of #dd805e

#dd805e #5edd80 #805edd

Analogous Colors of #dd805e

#dd805e #ddc05e #dd5e7c

Monochromatic Colors of #dd805e

#dd805e

Complementary Color

#dd805e #5ebbdd

#dd805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd805e Color CSS Codes

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

#dd805e Text Font Color

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

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


#dd805e Background Color

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

This div background color is #dd805e


#dd805e Border Color

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

This div border color is #dd805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd805e


Comments

No comments written yet.

Please login to write comment.