Color Hex Logo

#dd9449 Color Hex

#DD9449
(221,148,73)
0 Favorites   0 Comments

Color spaces of #dd9449

RGB 22114873
HSL0.080.690.58
HSV30°67°87°
CMYK 0.000.330.67   0.13
XYZ41.611337.033011.2583
Yxy37.03300.46280.4119
Hunter Lab60.854715.559131.6295
CIE-Lab67.301820.600149.7522

#dd9449 color RGB value is (221,148,73).

#dd9449 hex color red value is 221, green value is 148 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dd9449 hue: 0.08 , saturation: 0.69 and the lightness value of dd9449 is 0.58.

The process color (four color CMYK) of #dd9449 color hex is 0.00, 0.33, 0.67, 0.13. Web safe color of #dd9449 is #cc9933. Color #dd9449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010100 01001001
Octal 335 224 111
Decimal 221 148 73
Hex DD 94 49

RGB Percentages of Color #dd9449

%50.00
%33.48
%16.52

CMYK Percentages of Color #dd9449

%0
%33
%67
%13

Triadic Colors of #dd9449

#dd9449 #49dd94 #9449dd

Analogous Colors of #dd9449

#dd9449 #dcdd49 #dd4a49

Monochromatic Colors of #dd9449

#dd9449

Complementary Color

#dd9449 #4992dd

#dd9449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9449 Color CSS Codes

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

#dd9449 Text Font Color

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

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


#dd9449 Background Color

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

This div background color is #dd9449


#dd9449 Border Color

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

This div border color is #dd9449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9449


Comments

No comments written yet.

Please login to write comment.