Color Hex Logo

#ddac42 Color Hex

#DDAC42
(221,172,66)
0 Favorites   0 Comments

Color spaces of #ddac42

RGB 22117266
HSL0.110.700.56
HSV41°70°87°
CMYK 0.000.220.70   0.13
XYZ45.554745.270511.4914
Yxy45.27050.44520.4425
Hunter Lab67.28343.108936.9721
CIE-Lab73.06977.371759.0533

#ddac42 color RGB value is (221,172,66).

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

The process color (four color CMYK) of #ddac42 color hex is 0.00, 0.22, 0.70, 0.13. Web safe color of #ddac42 is #cc9933. Color #ddac42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 01000010
Octal 335 254 102
Decimal 221 172 66
Hex DD AC 42

RGB Percentages of Color #ddac42

%48.15
%37.47
%14.38

CMYK Percentages of Color #ddac42

%0
%22
%70
%13

Triadic Colors of #ddac42

#ddac42 #42ddac #ac42dd

Analogous Colors of #ddac42

#ddac42 #c1dd42 #dd5f42

Monochromatic Colors of #ddac42

#ddac42

Complementary Color

#ddac42 #4273dd

#ddac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac42 Color CSS Codes

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

#ddac42 Text Font Color

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

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


#ddac42 Background Color

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

This div background color is #ddac42


#ddac42 Border Color

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

This div border color is #ddac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac42


Comments

No comments written yet.

Please login to write comment.