Color Hex Logo

#daa85b Color Hex

#DAA85B
(218,168,91)
0 Favorites   0 Comments

Color spaces of #daa85b

RGB 21816891
HSL0.100.630.61
HSV36°58°85°
CMYK 0.000.230.58   0.15
XYZ44.804443.666015.9645
Yxy43.66600.42900.4181
Hunter Lab66.08035.387931.9322
CIE-Lab72.00479.801946.2704

#daa85b color RGB value is (218,168,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01011011
Octal 332 250 133
Decimal 218 168 91
Hex DA A8 5B

RGB Percentages of Color #daa85b

%45.70
%35.22
%19.08

CMYK Percentages of Color #daa85b

%0
%23
%58
%15

Triadic Colors of #daa85b

#daa85b #5bdaa8 #a85bda

Analogous Colors of #daa85b

#daa85b #cdda5b #da695b

Monochromatic Colors of #daa85b

#daa85b

Complementary Color

#daa85b #5b8dda

#daa85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa85b Color CSS Codes

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

#daa85b Text Font Color

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

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


#daa85b Background Color

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

This div background color is #daa85b


#daa85b Border Color

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

This div border color is #daa85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa85b


Comments

No comments written yet.

Please login to write comment.