Color Hex Logo

#dda543 Color Hex

#DDA543
(221,165,67)
0 Favorites   0 Comments

Color spaces of #dda543

RGB 22116567
HSL0.110.690.56
HSV38°70°87°
CMYK 0.000.250.70   0.13
XYZ44.287042.687711.2156
Yxy42.68770.45100.4347
Hunter Lab65.33586.656135.5573
CIE-Lab71.342511.152556.8377

#dda543 color RGB value is (221,165,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01000011
Octal 335 245 103
Decimal 221 165 67
Hex DD A5 43

RGB Percentages of Color #dda543

%48.79
%36.42
%14.79

CMYK Percentages of Color #dda543

%0
%25
%70
%13

Triadic Colors of #dda543

#dda543 #43dda5 #a543dd

Analogous Colors of #dda543

#dda543 #c8dd43 #dd5843

Monochromatic Colors of #dda543

#dda543

Complementary Color

#dda543 #437bdd

#dda543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda543 Color CSS Codes

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

#dda543 Text Font Color

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

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


#dda543 Background Color

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

This div background color is #dda543


#dda543 Border Color

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

This div border color is #dda543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda543


Comments

No comments written yet.

Please login to write comment.