Color Hex Logo

#dda959 Color Hex

#DDA959
(221,169,89)
0 Favorites   0 Comments

Color spaces of #dda959

RGB 22116989
HSL0.100.660.61
HSV36°60°87°
CMYK 0.000.240.60   0.13
XYZ45.809944.469415.6202
Yxy44.46940.43260.4199
Hunter Lab66.68545.922232.7918
CIE-Lab72.541110.379147.9590

#dda959 color RGB value is (221,169,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01011001
Octal 335 251 131
Decimal 221 169 89
Hex DD A9 59

RGB Percentages of Color #dda959

%46.14
%35.28
%18.58

CMYK Percentages of Color #dda959

%0
%24
%60
%13

Triadic Colors of #dda959

#dda959 #59dda9 #a959dd

Analogous Colors of #dda959

#dda959 #cfdd59 #dd6759

Monochromatic Colors of #dda959

#dda959

Complementary Color

#dda959 #598ddd

#dda959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda959 Color CSS Codes

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

#dda959 Text Font Color

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

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


#dda959 Background Color

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

This div background color is #dda959


#dda959 Border Color

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

This div border color is #dda959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda959


Comments

No comments written yet.

Please login to write comment.