Color Hex Logo

#dd9d3e Color Hex

#DD9D3E
(221,157,62)
0 Favorites   0 Comments

Color spaces of #dd9d3e

RGB 22115762
HSL0.100.700.55
HSV36°72°87°
CMYK 0.000.290.72   0.13
XYZ42.745339.83399.9932
Yxy39.83390.46170.4303
Hunter Lab63.114110.443034.7922
CIE-Lab69.351115.185056.9421

#dd9d3e color RGB value is (221,157,62).

#dd9d3e hex color red value is 221, green value is 157 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd9d3e hue: 0.10 , saturation: 0.70 and the lightness value of dd9d3e is 0.55.

The process color (four color CMYK) of #dd9d3e color hex is 0.00, 0.29, 0.72, 0.13. Web safe color of #dd9d3e is #cc9933. Color #dd9d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011101 00111110
Octal 335 235 76
Decimal 221 157 62
Hex DD 9D 3E

RGB Percentages of Color #dd9d3e

%50.23
%35.68
%14.09

CMYK Percentages of Color #dd9d3e

%0
%29
%72
%13

Triadic Colors of #dd9d3e

#dd9d3e #3edd9d #9d3edd

Analogous Colors of #dd9d3e

#dd9d3e #cedd3e #dd4e3e

Monochromatic Colors of #dd9d3e

#dd9d3e

Complementary Color

#dd9d3e #3e7edd

#dd9d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9d3e Color CSS Codes

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

#dd9d3e Text Font Color

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

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


#dd9d3e Background Color

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

This div background color is #dd9d3e


#dd9d3e Border Color

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

This div border color is #dd9d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9d3e


Comments

No comments written yet.

Please login to write comment.