Color Hex Logo

#dd744d Color Hex

#DD744D
(221,116,77)
0 Favorites   0 Comments

Color spaces of #dd744d

RGB 22111677
HSL0.050.680.58
HSV16°65°87°
CMYK 0.000.480.65   0.13
XYZ37.403728.398810.5313
Yxy28.39880.49000.3720
Hunter Lab53.290532.027725.5864
CIE-Lab60.247337.753339.6550

#dd744d color RGB value is (221,116,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 01001101
Octal 335 164 115
Decimal 221 116 77
Hex DD 74 4D

RGB Percentages of Color #dd744d

%53.38
%28.02
%18.60

CMYK Percentages of Color #dd744d

%0
%48
%65
%13

Triadic Colors of #dd744d

#dd744d #4ddd74 #744ddd

Analogous Colors of #dd744d

#dd744d #ddbc4d #dd4d6e

Monochromatic Colors of #dd744d

#dd744d

Complementary Color

#dd744d #4db6dd

#dd744d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd744d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd744d Color CSS Codes

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

#dd744d Text Font Color

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

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


#dd744d Background Color

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

This div background color is #dd744d


#dd744d Border Color

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

This div border color is #dd744d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd744d


Comments

No comments written yet.

Please login to write comment.