Color Hex Logo

#daa452 Color Hex

#DAA452
(218,164,82)
0 Favorites   0 Comments

Color spaces of #daa452

RGB 21816482
HSL0.100.650.59
HSV36°62°85°
CMYK 0.000.250.62   0.15
XYZ43.711942.065513.7982
Yxy42.06550.43900.4224
Hunter Lab64.85796.801232.7869
CIE-Lab70.916111.305449.3974

#daa452 color RGB value is (218,164,82).

#daa452 hex color red value is 218, green value is 164 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #daa452 hue: 0.10 , saturation: 0.65 and the lightness value of daa452 is 0.59.

The process color (four color CMYK) of #daa452 color hex is 0.00, 0.25, 0.62, 0.15. Web safe color of #daa452 is #cc9966. Color #daa452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 01010010
Octal 332 244 122
Decimal 218 164 82
Hex DA A4 52

RGB Percentages of Color #daa452

%46.98
%35.34
%17.67

CMYK Percentages of Color #daa452

%0
%25
%62
%15

Triadic Colors of #daa452

#daa452 #52daa4 #a452da

Analogous Colors of #daa452

#daa452 #ccda52 #da6052

Monochromatic Colors of #daa452

#daa452

Complementary Color

#daa452 #5288da

#daa452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa452 Color CSS Codes

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

#daa452 Text Font Color

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

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


#daa452 Background Color

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

This div background color is #daa452


#daa452 Border Color

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

This div border color is #daa452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa452


Comments

No comments written yet.

Please login to write comment.