Color Hex Logo

#dda357 Color Hex

#DDA357
(221,163,87)
0 Favorites   0 Comments

Color spaces of #dda357

RGB 22116387
HSL0.090.660.60
HSV34°61°87°
CMYK 0.000.260.61   0.13
XYZ44.636342.254714.8202
Yxy42.25470.43890.4154
Hunter Lab65.00368.815031.9850
CIE-Lab71.046213.446247.2003

#dda357 color RGB value is (221,163,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01010111
Octal 335 243 127
Decimal 221 163 87
Hex DD A3 57

RGB Percentages of Color #dda357

%46.92
%34.61
%18.47

CMYK Percentages of Color #dda357

%0
%26
%61
%13

Triadic Colors of #dda357

#dda357 #57dda3 #a357dd

Analogous Colors of #dda357

#dda357 #d4dd57 #dd6057

Monochromatic Colors of #dda357

#dda357

Complementary Color

#dda357 #5791dd

#dda357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda357 Color CSS Codes

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

#dda357 Text Font Color

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

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


#dda357 Background Color

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

This div background color is #dda357


#dda357 Border Color

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

This div border color is #dda357


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,163,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 #dda357">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda357


Comments

No comments written yet.

Please login to write comment.