Color Hex Logo

#ddac4d Color Hex

#DDAC4D
(221,172,77)
0 Favorites   0 Comments

Color spaces of #ddac4d

RGB 22117277
HSL0.110.680.58
HSV40°65°87°
CMYK 0.000.220.65   0.13
XYZ45.910945.413013.3670
Yxy45.41300.43850.4338
Hunter Lab67.38923.677535.4119
CIE-Lab73.16307.986554.3290

#ddac4d color RGB value is (221,172,77).

#ddac4d hex color red value is 221, green value is 172 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ddac4d hue: 0.11 , saturation: 0.68 and the lightness value of ddac4d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 01001101
Octal 335 254 115
Decimal 221 172 77
Hex DD AC 4D

RGB Percentages of Color #ddac4d

%47.02
%36.60
%16.38

CMYK Percentages of Color #ddac4d

%0
%22
%65
%13

Triadic Colors of #ddac4d

#ddac4d #4dddac #ac4ddd

Analogous Colors of #ddac4d

#ddac4d #c6dd4d #dd644d

Monochromatic Colors of #ddac4d

#ddac4d

Complementary Color

#ddac4d #4d7edd

#ddac4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac4d Color CSS Codes

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

#ddac4d Text Font Color

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

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


#ddac4d Background Color

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

This div background color is #ddac4d


#ddac4d Border Color

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

This div border color is #ddac4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac4d


Comments

No comments written yet.

Please login to write comment.