Color Hex Logo

#ddac54 Color Hex

#DDAC54
(221,172,84)
0 Favorites   0 Comments

Color spaces of #ddac54

RGB 22117284
HSL0.110.670.60
HSV39°62°87°
CMYK 0.000.220.62   0.13
XYZ46.171645.517314.7397
Yxy45.51730.43380.4277
Hunter Lab67.46654.092434.2732
CIE-Lab73.23128.433651.1542

#ddac54 color RGB value is (221,172,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 01010100
Octal 335 254 124
Decimal 221 172 84
Hex DD AC 54

RGB Percentages of Color #ddac54

%46.33
%36.06
%17.61

CMYK Percentages of Color #ddac54

%0
%22
%62
%13

Triadic Colors of #ddac54

#ddac54 #54ddac #ac54dd

Analogous Colors of #ddac54

#ddac54 #cadd54 #dd6854

Monochromatic Colors of #ddac54

#ddac54

Complementary Color

#ddac54 #5485dd

#ddac54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac54 Color CSS Codes

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

#ddac54 Text Font Color

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

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


#ddac54 Background Color

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

This div background color is #ddac54


#ddac54 Border Color

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

This div border color is #ddac54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac54


Comments

No comments written yet.

Please login to write comment.