Color Hex Logo

#dda542 Color Hex

#DDA542
(221,165,66)
0 Favorites   0 Comments

Color spaces of #dda542

RGB 22116566
HSL0.110.700.56
HSV38°70°87°
CMYK 0.000.250.70   0.13
XYZ44.257342.675811.0589
Yxy42.67580.45160.4355
Hunter Lab65.32676.607835.6917
CIE-Lab71.334411.100857.2624

#dda542 color RGB value is (221,165,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01000010
Octal 335 245 102
Decimal 221 165 66
Hex DD A5 42

RGB Percentages of Color #dda542

%48.89
%36.50
%14.60

CMYK Percentages of Color #dda542

%0
%25
%70
%13

Triadic Colors of #dda542

#dda542 #42dda5 #a542dd

Analogous Colors of #dda542

#dda542 #c8dd42 #dd5842

Monochromatic Colors of #dda542

#dda542

Complementary Color

#dda542 #427add

#dda542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda542 Color CSS Codes

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

#dda542 Text Font Color

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

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


#dda542 Background Color

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

This div background color is #dda542


#dda542 Border Color

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

This div border color is #dda542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda542


Comments

No comments written yet.

Please login to write comment.