Color Hex Logo

#dd765e Color Hex

#DD765E
(221,118,94)
0 Favorites   0 Comments

Color spaces of #dd765e

RGB 22111894
HSL0.030.650.62
HSV11°57°87°
CMYK 0.000.470.57   0.13
XYZ38.317629.137214.1942
Yxy29.13720.46930.3569
Hunter Lab53.978932.247522.1944
CIE-Lab60.902537.889431.1807

#dd765e color RGB value is (221,118,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 01011110
Octal 335 166 136
Decimal 221 118 94
Hex DD 76 5E

RGB Percentages of Color #dd765e

%51.04
%27.25
%21.71

CMYK Percentages of Color #dd765e

%0
%47
%57
%13

Triadic Colors of #dd765e

#dd765e #5edd76 #765edd

Analogous Colors of #dd765e

#dd765e #ddb65e #dd5e86

Monochromatic Colors of #dd765e

#dd765e

Complementary Color

#dd765e #5ec5dd

#dd765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd765e Color CSS Codes

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

#dd765e Text Font Color

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

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


#dd765e Background Color

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

This div background color is #dd765e


#dd765e Border Color

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

This div border color is #dd765e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd765e


Comments

No comments written yet.

Please login to write comment.