Color Hex Logo

#daa852 Color Hex

#DAA852
(218,168,82)
0 Favorites   0 Comments

Color spaces of #daa852

RGB 21816882
HSL0.110.650.59
HSV38°62°85°
CMYK 0.000.230.62   0.15
XYZ44.439143.519914.0406
Yxy43.51990.43570.4267
Hunter Lab65.96964.796133.5598
CIE-Lab71.90649.165050.5200

#daa852 color RGB value is (218,168,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01010010
Octal 332 250 122
Decimal 218 168 82
Hex DA A8 52

RGB Percentages of Color #daa852

%46.58
%35.90
%17.52

CMYK Percentages of Color #daa852

%0
%23
%62
%15

Triadic Colors of #daa852

#daa852 #52daa8 #a852da

Analogous Colors of #daa852

#daa852 #c8da52 #da6452

Monochromatic Colors of #daa852

#daa852

Complementary Color

#daa852 #5284da

#daa852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa852 Color CSS Codes

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

#daa852 Text Font Color

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

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


#daa852 Background Color

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

This div background color is #daa852


#daa852 Border Color

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

This div border color is #daa852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa852


Comments

No comments written yet.

Please login to write comment.