Color Hex Logo

#dda954 Color Hex

#DDA954
(221,169,84)
0 Favorites   0 Comments

Color spaces of #dda954

RGB 22116984
HSL0.100.670.60
HSV37°62°87°
CMYK 0.000.240.62   0.13
XYZ45.607044.388214.5515
Yxy44.38820.43620.4246
Hunter Lab66.62455.597333.6876
CIE-Lab72.487210.031950.3104

#dda954 color RGB value is (221,169,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01010100
Octal 335 251 124
Decimal 221 169 84
Hex DD A9 54

RGB Percentages of Color #dda954

%46.62
%35.65
%17.72

CMYK Percentages of Color #dda954

%0
%24
%62
%13

Triadic Colors of #dda954

#dda954 #54dda9 #a954dd

Analogous Colors of #dda954

#dda954 #cddd54 #dd6554

Monochromatic Colors of #dda954

#dda954

Complementary Color

#dda954 #5488dd

#dda954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda954 Color CSS Codes

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

#dda954 Text Font Color

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

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


#dda954 Background Color

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

This div background color is #dda954


#dda954 Border Color

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

This div border color is #dda954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda954


Comments

No comments written yet.

Please login to write comment.