Color Hex Logo

#dda172 Color Hex

#DDA172
(221,161,114)
0 Favorites   0 Comments

Color spaces of #dda172

RGB 221161114
HSL0.070.610.66
HSV26°48°87°
CMYK 0.000.270.48   0.13
XYZ45.600942.076821.6378
Yxy42.07680.41710.3849
Hunter Lab64.866611.968025.6291
CIE-Lab70.923816.753133.1570

#dda172 color RGB value is (221,161,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01110010
Octal 335 241 162
Decimal 221 161 114
Hex DD A1 72

RGB Percentages of Color #dda172

%44.56
%32.46
%22.98

CMYK Percentages of Color #dda172

%0
%27
%48
%13

Triadic Colors of #dda172

#dda172 #72dda1 #a172dd

Analogous Colors of #dda172

#dda172 #ddd772 #dd7279

Monochromatic Colors of #dda172

#dda172

Complementary Color

#dda172 #72aedd

#dda172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda172 Color CSS Codes

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

#dda172 Text Font Color

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

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


#dda172 Background Color

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

This div background color is #dda172


#dda172 Border Color

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

This div border color is #dda172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda172


Comments

No comments written yet.

Please login to write comment.