Color Hex Logo

#ddac6a Color Hex

#DDAC6A
(221,172,106)
0 Favorites   0 Comments

Color spaces of #ddac6a

RGB 221172106
HSL0.100.630.64
HSV34°52°87°
CMYK 0.000.220.52   0.13
XYZ47.172845.917820.0124
Yxy45.91780.41710.4060
Hunter Lab67.76275.677629.9237
CIE-Lab73.492210.129640.5839

#ddac6a color RGB value is (221,172,106).

#ddac6a hex color red value is 221, green value is 172 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ddac6a hue: 0.10 , saturation: 0.63 and the lightness value of ddac6a is 0.64.

The process color (four color CMYK) of #ddac6a color hex is 0.00, 0.22, 0.52, 0.13. Web safe color of #ddac6a is #cc9966. Color #ddac6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 01101010
Octal 335 254 152
Decimal 221 172 106
Hex DD AC 6A

RGB Percentages of Color #ddac6a

%44.29
%34.47
%21.24

CMYK Percentages of Color #ddac6a

%0
%22
%52
%13

Triadic Colors of #ddac6a

#ddac6a #6addac #ac6add

Analogous Colors of #ddac6a

#ddac6a #d5dd6a #dd736a

Monochromatic Colors of #ddac6a

#ddac6a

Complementary Color

#ddac6a #6a9bdd

#ddac6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac6a Color CSS Codes

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

#ddac6a Text Font Color

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

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


#ddac6a Background Color

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

This div background color is #ddac6a


#ddac6a Border Color

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

This div border color is #ddac6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac6a


Comments

No comments written yet.

Please login to write comment.