Color Hex Logo

#dda540 Color Hex

#DDA540
(221,165,64)
0 Favorites   0 Comments

Color spaces of #dda540

RGB 22116564
HSL0.110.700.56
HSV39°71°87°
CMYK 0.000.250.71   0.13
XYZ44.199342.652610.7537
Yxy42.65260.45280.4370
Hunter Lab65.30906.513235.9536
CIE-Lab71.318510.999658.1016

#dda540 color RGB value is (221,165,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01000000
Octal 335 245 100
Decimal 221 165 64
Hex DD A5 40

RGB Percentages of Color #dda540

%49.11
%36.67
%14.22

CMYK Percentages of Color #dda540

%0
%25
%71
%13

Triadic Colors of #dda540

#dda540 #40dda5 #a540dd

Analogous Colors of #dda540

#dda540 #c7dd40 #dd5740

Monochromatic Colors of #dda540

#dda540

Complementary Color

#dda540 #4078dd

#dda540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda540 Color CSS Codes

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

#dda540 Text Font Color

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

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


#dda540 Background Color

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

This div background color is #dda540


#dda540 Border Color

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

This div border color is #dda540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda540


Comments

No comments written yet.

Please login to write comment.