Color Hex Logo

#ddac64 Color Hex

#DDAC64
(221,172,100)
0 Favorites   0 Comments

Color spaces of #ddac64

RGB 221172100
HSL0.100.640.63
HSV36°55°87°
CMYK 0.000.220.55   0.13
XYZ46.871645.797318.4260
Yxy45.79730.42190.4122
Hunter Lab67.67375.202231.2283
CIE-Lab73.41389.622943.5367

#ddac64 color RGB value is (221,172,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 01100100
Octal 335 254 144
Decimal 221 172 100
Hex DD AC 64

RGB Percentages of Color #ddac64

%44.83
%34.89
%20.28

CMYK Percentages of Color #ddac64

%0
%22
%55
%13

Triadic Colors of #ddac64

#ddac64 #64ddac #ac64dd

Analogous Colors of #ddac64

#ddac64 #d2dd64 #dd7064

Monochromatic Colors of #ddac64

#ddac64

Complementary Color

#ddac64 #6495dd

#ddac64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac64 Color CSS Codes

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

#ddac64 Text Font Color

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

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


#ddac64 Background Color

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

This div background color is #ddac64


#ddac64 Border Color

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

This div border color is #ddac64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac64


Comments

No comments written yet.

Please login to write comment.