Color Hex Logo

#daa75b Color Hex

#DAA75B
(218,167,91)
0 Favorites   0 Comments

Color spaces of #daa75b

RGB 21816791
HSL0.100.630.61
HSV36°58°85°
CMYK 0.000.230.58   0.15
XYZ44.620543.298215.9032
Yxy43.29820.42980.4170
Hunter Lab65.80145.890131.7315
CIE-Lab71.756910.336845.9784

#daa75b color RGB value is (218,167,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 01011011
Octal 332 247 133
Decimal 218 167 91
Hex DA A7 5B

RGB Percentages of Color #daa75b

%45.80
%35.08
%19.12

CMYK Percentages of Color #daa75b

%0
%23
%58
%15

Triadic Colors of #daa75b

#daa75b #5bdaa7 #a75bda

Analogous Colors of #daa75b

#daa75b #ceda5b #da685b

Monochromatic Colors of #daa75b

#daa75b

Complementary Color

#daa75b #5b8eda

#daa75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa75b Color CSS Codes

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

#daa75b Text Font Color

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

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


#daa75b Background Color

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

This div background color is #daa75b


#daa75b Border Color

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

This div border color is #daa75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa75b


Comments

No comments written yet.

Please login to write comment.