Color Hex Logo

#dd755d Color Hex

#DD755D
(221,117,93)
0 Favorites   0 Comments

Color spaces of #dd755d

RGB 22111793
HSL0.030.650.62
HSV11°58°87°
CMYK 0.000.470.58   0.13
XYZ38.155928.885013.9203
Yxy28.88500.47130.3568
Hunter Lab53.744832.672122.2648
CIE-Lab60.680038.328231.4535

#dd755d color RGB value is (221,117,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110101 01011101
Octal 335 165 135
Decimal 221 117 93
Hex DD 75 5D

RGB Percentages of Color #dd755d

%51.28
%27.15
%21.58

CMYK Percentages of Color #dd755d

%0
%47
%58
%13

Triadic Colors of #dd755d

#dd755d #5ddd75 #755ddd

Analogous Colors of #dd755d

#dd755d #ddb55d #dd5d85

Monochromatic Colors of #dd755d

#dd755d

Complementary Color

#dd755d #5dc5dd

#dd755d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd755d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd755d Color CSS Codes

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

#dd755d Text Font Color

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

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


#dd755d Background Color

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

This div background color is #dd755d


#dd755d Border Color

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

This div border color is #dd755d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd755d


Comments

No comments written yet.

Please login to write comment.