Color Hex Logo

#dd744a Color Hex

#DD744A
(221,116,74)
0 Favorites   0 Comments

Color spaces of #dd744a

RGB 22111674
HSL0.050.680.58
HSV17°67°87°
CMYK 0.000.480.67   0.13
XYZ37.300228.35739.9861
Yxy28.35730.49310.3749
Hunter Lab53.251631.840526.1576
CIE-Lab60.210237.575241.2033

#dd744a color RGB value is (221,116,74).

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

The process color (four color CMYK) of #dd744a color hex is 0.00, 0.48, 0.67, 0.13. Web safe color of #dd744a is #cc6633. Color #dd744a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 01001010
Octal 335 164 112
Decimal 221 116 74
Hex DD 74 4A

RGB Percentages of Color #dd744a

%53.77
%28.22
%18.00

CMYK Percentages of Color #dd744a

%0
%48
%67
%13

Triadic Colors of #dd744a

#dd744a #4add74 #744add

Analogous Colors of #dd744a

#dd744a #ddbe4a #dd4a6a

Monochromatic Colors of #dd744a

#dd744a

Complementary Color

#dd744a #4ab3dd

#dd744a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd744a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd744a Color CSS Codes

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

#dd744a Text Font Color

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

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


#dd744a Background Color

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

This div background color is #dd744a


#dd744a Border Color

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

This div border color is #dd744a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd744a


Comments

No comments written yet.

Please login to write comment.