Color Hex Logo

#daa25d Color Hex

#DAA25D
(218,162,93)
0 Favorites   0 Comments

Color spaces of #daa25d

RGB 21816293
HSL0.090.630.61
HSV33°57°85°
CMYK 0.000.260.57   0.15
XYZ43.809641.536416.0642
Yxy41.53640.43200.4096
Hunter Lab64.44878.551730.3358
CIE-Lab70.550113.170043.5435

#daa25d color RGB value is (218,162,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01011101
Octal 332 242 135
Decimal 218 162 93
Hex DA A2 5D

RGB Percentages of Color #daa25d

%46.09
%34.25
%19.66

CMYK Percentages of Color #daa25d

%0
%26
%57
%15

Triadic Colors of #daa25d

#daa25d #5ddaa2 #a25dda

Analogous Colors of #daa25d

#daa25d #d4da5d #da645d

Monochromatic Colors of #daa25d

#daa25d

Complementary Color

#daa25d #5d95da

#daa25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa25d Color CSS Codes

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

#daa25d Text Font Color

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

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


#daa25d Background Color

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

This div background color is #daa25d


#daa25d Border Color

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

This div border color is #daa25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa25d


Comments

No comments written yet.

Please login to write comment.