Color Hex Logo

#daa25b Color Hex

#DAA25B
(218,162,91)
0 Favorites   0 Comments

Color spaces of #daa25b

RGB 21816291
HSL0.090.630.61
HSV34°58°85°
CMYK 0.000.260.58   0.15
XYZ43.722141.501415.6037
Yxy41.50140.43360.4116
Hunter Lab64.42168.407930.7343
CIE-Lab70.525813.017644.5212

#daa25b color RGB value is (218,162,91).

#daa25b hex color red value is 218, green value is 162 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #daa25b hue: 0.09 , saturation: 0.63 and the lightness value of daa25b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01011011
Octal 332 242 133
Decimal 218 162 91
Hex DA A2 5B

RGB Percentages of Color #daa25b

%46.28
%34.39
%19.32

CMYK Percentages of Color #daa25b

%0
%26
%58
%15

Triadic Colors of #daa25b

#daa25b #5bdaa2 #a25bda

Analogous Colors of #daa25b

#daa25b #d3da5b #da635b

Monochromatic Colors of #daa25b

#daa25b

Complementary Color

#daa25b #5b93da

#daa25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa25b Color CSS Codes

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

#daa25b Text Font Color

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

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


#daa25b Background Color

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

This div background color is #daa25b


#daa25b Border Color

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

This div border color is #daa25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa25b


Comments

No comments written yet.

Please login to write comment.