Color Hex Logo

#dd744e Color Hex

#DD744E
(221,116,78)
0 Favorites   0 Comments

Color spaces of #dd744e

RGB 22111678
HSL0.040.680.59
HSV16°65°87°
CMYK 0.000.480.65   0.13
XYZ37.439328.413010.7187
Yxy28.41300.48890.3711
Hunter Lab53.303832.092225.3903
CIE-Lab60.260037.814739.1356

#dd744e color RGB value is (221,116,78).

#dd744e hex color red value is 221, green value is 116 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dd744e hue: 0.04 , saturation: 0.68 and the lightness value of dd744e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 01001110
Octal 335 164 116
Decimal 221 116 78
Hex DD 74 4E

RGB Percentages of Color #dd744e

%53.25
%27.95
%18.80

CMYK Percentages of Color #dd744e

%0
%48
%65
%13

Triadic Colors of #dd744e

#dd744e #4edd74 #744edd

Analogous Colors of #dd744e

#dd744e #ddbc4e #dd4e70

Monochromatic Colors of #dd744e

#dd744e

Complementary Color

#dd744e #4eb7dd

#dd744e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd744e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd744e Color CSS Codes

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

#dd744e Text Font Color

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

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


#dd744e Background Color

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

This div background color is #dd744e


#dd744e Border Color

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

This div border color is #dd744e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd744e


Comments

No comments written yet.

Please login to write comment.