Color Hex Logo

#dda179 Color Hex

#DDA179
(221,161,121)
0 Favorites   0 Comments

Color spaces of #dda179

RGB 221161121
HSL0.070.600.67
HSV24°45°87°
CMYK 0.000.270.45   0.13
XYZ46.014942.242423.8175
Yxy42.24240.41060.3769
Hunter Lab64.994212.635623.7687
CIE-Lab71.037717.443229.5590

#dda179 color RGB value is (221,161,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01111001
Octal 335 241 171
Decimal 221 161 121
Hex DD A1 79

RGB Percentages of Color #dda179

%43.94
%32.01
%24.06

CMYK Percentages of Color #dda179

%0
%27
%45
%13

Triadic Colors of #dda179

#dda179 #79dda1 #a179dd

Analogous Colors of #dda179

#dda179 #ddd379 #dd7983

Monochromatic Colors of #dda179

#dda179

Complementary Color

#dda179 #79b5dd

#dda179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda179 Color CSS Codes

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

#dda179 Text Font Color

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

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


#dda179 Background Color

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

This div background color is #dda179


#dda179 Border Color

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

This div border color is #dda179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda179


Comments

No comments written yet.

Please login to write comment.