Color Hex Logo

#dda972 Color Hex

#DDA972
(221,169,114)
0 Favorites   0 Comments

Color spaces of #dda972

RGB 221169114
HSL0.090.610.66
HSV31°48°87°
CMYK 0.000.240.48   0.13
XYZ47.044044.963022.1188
Yxy44.96300.41220.3940
Hunter Lab67.05457.886627.3805
CIE-Lab72.867512.461435.6497

#dda972 color RGB value is (221,169,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 01110010
Octal 335 251 162
Decimal 221 169 114
Hex DD A9 72

RGB Percentages of Color #dda972

%43.85
%33.53
%22.62

CMYK Percentages of Color #dda972

%0
%24
%48
%13

Triadic Colors of #dda972

#dda972 #72dda9 #a972dd

Analogous Colors of #dda972

#dda972 #dcdd72 #dd7472

Monochromatic Colors of #dda972

#dda972

Complementary Color

#dda972 #72a6dd

#dda972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda972 Color CSS Codes

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

#dda972 Text Font Color

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

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


#dda972 Background Color

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

This div background color is #dda972


#dda972 Border Color

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

This div border color is #dda972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda972


Comments

No comments written yet.

Please login to write comment.