Color Hex Logo

#dda657 Color Hex

#DDA657
(221,166,87)
0 Favorites   0 Comments

Color spaces of #dda657

RGB 22116687
HSL0.100.660.60
HSV35°61°87°
CMYK 0.000.250.61   0.13
XYZ45.175343.332714.9999
Yxy43.33270.43640.4186
Hunter Lab65.82767.300432.5691
CIE-Lab71.780211.840348.0517

#dda657 color RGB value is (221,166,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01010111
Octal 335 246 127
Decimal 221 166 87
Hex DD A6 57

RGB Percentages of Color #dda657

%46.62
%35.02
%18.35

CMYK Percentages of Color #dda657

%0
%25
%61
%13

Triadic Colors of #dda657

#dda657 #57dda6 #a657dd

Analogous Colors of #dda657

#dda657 #d1dd57 #dd6357

Monochromatic Colors of #dda657

#dda657

Complementary Color

#dda657 #578edd

#dda657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda657 Color CSS Codes

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

#dda657 Text Font Color

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

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


#dda657 Background Color

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

This div background color is #dda657


#dda657 Border Color

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

This div border color is #dda657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda657


Comments

No comments written yet.

Please login to write comment.