Color Hex Logo

#dd9522 Color Hex

#DD9522
(221,149,34)
0 Favorites   0 Comments

Color spaces of #dd9522

RGB 22114934
HSL0.100.730.50
HSV37°85°87°
CMYK 0.000.330.85   0.13
XYZ40.855036.98256.4984
Yxy36.98250.48440.4385
Hunter Lab60.813213.495136.2336
CIE-Lab67.263918.449265.3995

#dd9522 color RGB value is (221,149,34).

#dd9522 hex color red value is 221, green value is 149 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dd9522 hue: 0.10 , saturation: 0.73 and the lightness value of dd9522 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010101 00100010
Octal 335 225 42
Decimal 221 149 34
Hex DD 95 22

RGB Percentages of Color #dd9522

%54.70
%36.88
%8.42

CMYK Percentages of Color #dd9522

%0
%33
%85
%13

Triadic Colors of #dd9522

#dd9522 #22dd95 #9522dd

Analogous Colors of #dd9522

#dd9522 #c8dd22 #dd3722

Monochromatic Colors of #dd9522

#dd9522

Complementary Color

#dd9522 #226add

#dd9522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9522 Color CSS Codes

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

#dd9522 Text Font Color

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

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


#dd9522 Background Color

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

This div background color is #dd9522


#dd9522 Border Color

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

This div border color is #dd9522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9522


Comments

No comments written yet.

Please login to write comment.