Color Hex Logo

#dda157 Color Hex

#DDA157
(221,161,87)
0 Favorites   0 Comments

Color spaces of #dda157

RGB 22116187
HSL0.090.660.60
HSV33°61°87°
CMYK 0.000.270.61   0.13
XYZ44.284041.550014.7028
Yxy41.55000.44050.4133
Hunter Lab64.45939.827031.5978
CIE-Lab70.559614.518546.6337

#dda157 color RGB value is (221,161,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01010111
Octal 335 241 127
Decimal 221 161 87
Hex DD A1 57

RGB Percentages of Color #dda157

%47.12
%34.33
%18.55

CMYK Percentages of Color #dda157

%0
%27
%61
%13

Triadic Colors of #dda157

#dda157 #57dda1 #a157dd

Analogous Colors of #dda157

#dda157 #d6dd57 #dd5e57

Monochromatic Colors of #dda157

#dda157

Complementary Color

#dda157 #5793dd

#dda157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda157 Color CSS Codes

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

#dda157 Text Font Color

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

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


#dda157 Background Color

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

This div background color is #dda157


#dda157 Border Color

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

This div border color is #dda157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda157


Comments

No comments written yet.

Please login to write comment.