Color Hex Logo

#dda139 Color Hex

#DDA139
(221,161,57)
0 Favorites   0 Comments

Color spaces of #dda139

RGB 22116157
HSL0.110.710.55
HSV38°74°87°
CMYK 0.000.270.74   0.13
XYZ43.302241.15739.5328
Yxy41.15730.46070.4379
Hunter Lab64.15408.213336.0977
CIE-Lab70.286012.811659.9613

#dda139 color RGB value is (221,161,57).

#dda139 hex color red value is 221, green value is 161 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dda139 hue: 0.11 , saturation: 0.71 and the lightness value of dda139 is 0.55.

The process color (four color CMYK) of #dda139 color hex is 0.00, 0.27, 0.74, 0.13. Web safe color of #dda139 is #cc9933. Color #dda139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00111001
Octal 335 241 71
Decimal 221 161 57
Hex DD A1 39

RGB Percentages of Color #dda139

%50.34
%36.67
%12.98

CMYK Percentages of Color #dda139

%0
%27
%74
%13

Triadic Colors of #dda139

#dda139 #39dda1 #a139dd

Analogous Colors of #dda139

#dda139 #c7dd39 #dd4f39

Monochromatic Colors of #dda139

#dda139

Complementary Color

#dda139 #3975dd

#dda139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda139 Color CSS Codes

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

#dda139 Text Font Color

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

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


#dda139 Background Color

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

This div background color is #dda139


#dda139 Border Color

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

This div border color is #dda139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda139


Comments

No comments written yet.

Please login to write comment.