Color Hex Logo

#dda757 Color Hex

#DDA757
(221,167,87)
0 Favorites   0 Comments

Color spaces of #dda757

RGB 22116787
HSL0.100.660.60
HSV36°61°87°
CMYK 0.000.240.61   0.13
XYZ45.357843.697715.0607
Yxy43.69770.43560.4197
Hunter Lab66.10426.796432.7648
CIE-Lab72.026011.305748.3361

#dda757 color RGB value is (221,167,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 01010111
Octal 335 247 127
Decimal 221 167 87
Hex DD A7 57

RGB Percentages of Color #dda757

%46.53
%35.16
%18.32

CMYK Percentages of Color #dda757

%0
%24
%61
%13

Triadic Colors of #dda757

#dda757 #57dda7 #a757dd

Analogous Colors of #dda757

#dda757 #d0dd57 #dd6457

Monochromatic Colors of #dda757

#dda757

Complementary Color

#dda757 #578ddd

#dda757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda757 Color CSS Codes

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

#dda757 Text Font Color

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

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


#dda757 Background Color

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

This div background color is #dda757


#dda757 Border Color

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

This div border color is #dda757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda757


Comments

No comments written yet.

Please login to write comment.