Color Hex Logo

#daa162 Color Hex

#DAA162
(218,161,98)
0 Favorites   0 Comments

Color spaces of #daa162

RGB 21816198
HSL0.090.620.62
HSV32°55°85°
CMYK 0.000.260.55   0.15
XYZ43.862941.277017.2107
Yxy41.27700.42860.4033
Hunter Lab64.24729.433129.0903
CIE-Lab70.369614.104840.7756

#daa162 color RGB value is (218,161,98).

#daa162 hex color red value is 218, green value is 161 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #daa162 hue: 0.09 , saturation: 0.62 and the lightness value of daa162 is 0.62.

The process color (four color CMYK) of #daa162 color hex is 0.00, 0.26, 0.55, 0.15. Web safe color of #daa162 is #cc9966. Color #daa162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01100010
Octal 332 241 142
Decimal 218 161 98
Hex DA A1 62

RGB Percentages of Color #daa162

%45.70
%33.75
%20.55

CMYK Percentages of Color #daa162

%0
%26
%55
%15

Triadic Colors of #daa162

#daa162 #62daa1 #a162da

Analogous Colors of #daa162

#daa162 #d7da62 #da6562

Monochromatic Colors of #daa162

#daa162

Complementary Color

#daa162 #629bda

#daa162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa162 Color CSS Codes

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

#daa162 Text Font Color

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

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


#daa162 Background Color

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

This div background color is #daa162


#daa162 Border Color

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

This div border color is #daa162


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,161,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa162


Comments

No comments written yet.

Please login to write comment.