Color Hex Logo

#dda531 Color Hex

#DDA531
(221,165,49)
0 Favorites   0 Comments

Color spaces of #dda531

RGB 22116549
HSL0.110.720.53
HSV40°78°87°
CMYK 0.000.250.78   0.13
XYZ43.828342.50428.7999
Yxy42.50420.46070.4468
Hunter Lab65.19525.907137.6338
CIE-Lab71.217210.349863.9037

#dda531 color RGB value is (221,165,49).

#dda531 hex color red value is 221, green value is 165 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dda531 hue: 0.11 , saturation: 0.72 and the lightness value of dda531 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00110001
Octal 335 245 61
Decimal 221 165 49
Hex DD A5 31

RGB Percentages of Color #dda531

%50.80
%37.93
%11.26

CMYK Percentages of Color #dda531

%0
%25
%78
%13

Triadic Colors of #dda531

#dda531 #31dda5 #a531dd

Analogous Colors of #dda531

#dda531 #bfdd31 #dd4f31

Monochromatic Colors of #dda531

#dda531

Complementary Color

#dda531 #3169dd

#dda531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda531 Color CSS Codes

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

#dda531 Text Font Color

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

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


#dda531 Background Color

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

This div background color is #dda531


#dda531 Border Color

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

This div border color is #dda531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda531


Comments

No comments written yet.

Please login to write comment.