Color Hex Logo

#dd954a Color Hex

#DD954A
(221,149,74)
0 Favorites   0 Comments

Color spaces of #dd954a

RGB 22114974
HSL0.090.680.58
HSV31°67°87°
CMYK 0.000.330.67   0.13
XYZ41.802337.361511.4868
Yxy37.36150.46110.4121
Hunter Lab61.124115.107831.6447
CIE-Lab67.547420.121649.5447

#dd954a color RGB value is (221,149,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010101 01001010
Octal 335 225 112
Decimal 221 149 74
Hex DD 95 4A

RGB Percentages of Color #dd954a

%49.77
%33.56
%16.67

CMYK Percentages of Color #dd954a

%0
%33
%67
%13

Triadic Colors of #dd954a

#dd954a #4add95 #954add

Analogous Colors of #dd954a

#dd954a #dcdd4a #dd4c4a

Monochromatic Colors of #dd954a

#dd954a

Complementary Color

#dd954a #4a92dd

#dd954a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd954a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd954a Color CSS Codes

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

#dd954a Text Font Color

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

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


#dd954a Background Color

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

This div background color is #dd954a


#dd954a Border Color

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

This div border color is #dd954a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,149,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 #dd954a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd954a

#dd954a Color Palettes


Comments

No comments written yet.

Please login to write comment.