Color Hex Logo

#ddaf52 Color Hex

#DDAF52
(221,175,82)
0 Favorites   0 Comments

Color spaces of #ddaf52

RGB 22117582
HSL0.110.670.59
HSV40°63°87°
CMYK 0.000.210.63   0.13
XYZ46.671846.641314.5254
Yxy46.64130.43280.4325
Hunter Lab68.29442.470035.1958
CIE-Lab73.95976.707752.9104

#ddaf52 color RGB value is (221,175,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 01010010
Octal 335 257 122
Decimal 221 175 82
Hex DD AF 52

RGB Percentages of Color #ddaf52

%46.23
%36.61
%17.15

CMYK Percentages of Color #ddaf52

%0
%21
%63
%13

Triadic Colors of #ddaf52

#ddaf52 #52ddaf #af52dd

Analogous Colors of #ddaf52

#ddaf52 #c6dd52 #dd6a52

Monochromatic Colors of #ddaf52

#ddaf52

Complementary Color

#ddaf52 #5280dd

#ddaf52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf52 Color CSS Codes

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

#ddaf52 Text Font Color

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

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


#ddaf52 Background Color

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

This div background color is #ddaf52


#ddaf52 Border Color

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

This div border color is #ddaf52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,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 #ddaf52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf52


Comments

No comments written yet.

Please login to write comment.