Color Hex Logo

#dda159 Color Hex

#DDA159
(221,161,89)
0 Favorites   0 Comments

Color spaces of #dda159

RGB 22116189
HSL0.090.660.61
HSV33°60°87°
CMYK 0.000.270.60   0.13
XYZ44.366841.583215.1392
Yxy41.58320.43890.4114
Hunter Lab64.48509.962231.2200
CIE-Lab70.582614.660545.6681

#dda159 color RGB value is (221,161,89).

#dda159 hex color red value is 221, green value is 161 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dda159 hue: 0.09 , saturation: 0.66 and the lightness value of dda159 is 0.61.

The process color (four color CMYK) of #dda159 color hex is 0.00, 0.27, 0.60, 0.13. Web safe color of #dda159 is #cc9966. Color #dda159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01011001
Octal 335 241 131
Decimal 221 161 89
Hex DD A1 59

RGB Percentages of Color #dda159

%46.92
%34.18
%18.90

CMYK Percentages of Color #dda159

%0
%27
%60
%13

Triadic Colors of #dda159

#dda159 #59dda1 #a159dd

Analogous Colors of #dda159

#dda159 #d7dd59 #dd5f59

Monochromatic Colors of #dda159

#dda159

Complementary Color

#dda159 #5995dd

#dda159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda159 Color CSS Codes

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

#dda159 Text Font Color

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

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


#dda159 Background Color

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

This div background color is #dda159


#dda159 Border Color

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

This div border color is #dda159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda159


Comments

No comments written yet.

Please login to write comment.