Color Hex Logo

#dda557 Color Hex

#DDA557
(221,165,87)
0 Favorites   0 Comments

Color spaces of #dda557

RGB 22116587
HSL0.100.660.60
HSV35°61°87°
CMYK 0.000.250.61   0.13
XYZ44.994242.970514.9395
Yxy42.97050.43720.4176
Hunter Lab65.55197.804932.3739
CIE-Lab71.534912.375347.7677

#dda557 color RGB value is (221,165,87).

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

The process color (four color CMYK) of #dda557 color hex is 0.00, 0.25, 0.61, 0.13. Web safe color of #dda557 is #cc9966. Color #dda557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01010111
Octal 335 245 127
Decimal 221 165 87
Hex DD A5 57

RGB Percentages of Color #dda557

%46.72
%34.88
%18.39

CMYK Percentages of Color #dda557

%0
%25
%61
%13

Triadic Colors of #dda557

#dda557 #57dda5 #a557dd

Analogous Colors of #dda557

#dda557 #d2dd57 #dd6257

Monochromatic Colors of #dda557

#dda557

Complementary Color

#dda557 #578fdd

#dda557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda557 Color CSS Codes

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

#dda557 Text Font Color

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

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


#dda557 Background Color

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

This div background color is #dda557


#dda557 Border Color

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

This div border color is #dda557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda557


Comments

No comments written yet.

Please login to write comment.