Color Hex Logo

#dda547 Color Hex

#DDA547
(221,165,71)
0 Favorites   0 Comments

Color spaces of #dda547

RGB 22116571
HSL0.100.690.57
HSV38°68°87°
CMYK 0.000.250.68   0.13
XYZ44.411342.737411.8696
Yxy42.73740.44850.4316
Hunter Lab65.37386.858634.9967
CIE-Lab71.376411.368755.1082

#dda547 color RGB value is (221,165,71).

#dda547 hex color red value is 221, green value is 165 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dda547 hue: 0.10 , saturation: 0.69 and the lightness value of dda547 is 0.57.

The process color (four color CMYK) of #dda547 color hex is 0.00, 0.25, 0.68, 0.13. Web safe color of #dda547 is #cc9933. Color #dda547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01000111
Octal 335 245 107
Decimal 221 165 71
Hex DD A5 47

RGB Percentages of Color #dda547

%48.36
%36.11
%15.54

CMYK Percentages of Color #dda547

%0
%25
%68
%13

Triadic Colors of #dda547

#dda547 #47dda5 #a547dd

Analogous Colors of #dda547

#dda547 #cadd47 #dd5a47

Monochromatic Colors of #dda547

#dda547

Complementary Color

#dda547 #477fdd

#dda547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda547 Color CSS Codes

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

#dda547 Text Font Color

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

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


#dda547 Background Color

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

This div background color is #dda547


#dda547 Border Color

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

This div border color is #dda547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda547


Comments

No comments written yet.

Please login to write comment.