Color Hex Logo

#ddaa72 Color Hex

#DDAA72
(221,170,114)
0 Favorites   0 Comments

Color spaces of #ddaa72

RGB 221170114
HSL0.090.610.66
HSV31°48°87°
CMYK 0.000.230.48   0.13
XYZ47.230845.336522.1811
Yxy45.33650.41160.3951
Hunter Lab67.33247.378527.6009
CIE-Lab73.112911.926435.9625

#ddaa72 color RGB value is (221,170,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 01110010
Octal 335 252 162
Decimal 221 170 114
Hex DD AA 72

RGB Percentages of Color #ddaa72

%43.76
%33.66
%22.57

CMYK Percentages of Color #ddaa72

%0
%23
%48
%13

Triadic Colors of #ddaa72

#ddaa72 #72ddaa #aa72dd

Analogous Colors of #ddaa72

#ddaa72 #dbdd72 #dd7572

Monochromatic Colors of #ddaa72

#ddaa72

Complementary Color

#ddaa72 #72a5dd

#ddaa72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa72 Color CSS Codes

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

#ddaa72 Text Font Color

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

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


#ddaa72 Background Color

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

This div background color is #ddaa72


#ddaa72 Border Color

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

This div border color is #ddaa72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa72


Comments

No comments written yet.

Please login to write comment.