Color Hex Logo

#ddad52 Color Hex

#DDAD52
(221,173,82)
0 Favorites   0 Comments

Color spaces of #ddad52

RGB 22117382
HSL0.110.670.59
HSV39°63°87°
CMYK 0.000.220.63   0.13
XYZ46.285445.868514.3966
Yxy45.86850.43440.4305
Hunter Lab67.72633.469234.8051
CIE-Lab73.46017.769652.3520

#ddad52 color RGB value is (221,173,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 01010010
Octal 335 255 122
Decimal 221 173 82
Hex DD AD 52

RGB Percentages of Color #ddad52

%46.43
%36.34
%17.23

CMYK Percentages of Color #ddad52

%0
%22
%63
%13

Triadic Colors of #ddad52

#ddad52 #52ddad #ad52dd

Analogous Colors of #ddad52

#ddad52 #c8dd52 #dd6852

Monochromatic Colors of #ddad52

#ddad52

Complementary Color

#ddad52 #5282dd

#ddad52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad52 Color CSS Codes

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

#ddad52 Text Font Color

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

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


#ddad52 Background Color

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

This div background color is #ddad52


#ddad52 Border Color

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

This div border color is #ddad52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad52


Comments

No comments written yet.

Please login to write comment.