Color Hex Logo

#daa04b Color Hex

#DAA04B
(218,160,75)
0 Favorites   0 Comments

Color spaces of #daa04b

RGB 21816075
HSL0.100.660.57
HSV36°66°85°
CMYK 0.000.270.66   0.15
XYZ42.754240.555012.2311
Yxy40.55500.44750.4245
Hunter Lab63.68288.393233.1906
CIE-Lab69.863013.004951.5387

#daa04b color RGB value is (218,160,75).

#daa04b hex color red value is 218, green value is 160 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #daa04b hue: 0.10 , saturation: 0.66 and the lightness value of daa04b is 0.57.

The process color (four color CMYK) of #daa04b color hex is 0.00, 0.27, 0.66, 0.15. Web safe color of #daa04b is #cc9933. Color #daa04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 01001011
Octal 332 240 113
Decimal 218 160 75
Hex DA A0 4B

RGB Percentages of Color #daa04b

%48.12
%35.32
%16.56

CMYK Percentages of Color #daa04b

%0
%27
%66
%15

Triadic Colors of #daa04b

#daa04b #4bdaa0 #a04bda

Analogous Colors of #daa04b

#daa04b #cdda4b #da594b

Monochromatic Colors of #daa04b

#daa04b

Complementary Color

#daa04b #4b85da

#daa04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa04b Color CSS Codes

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

#daa04b Text Font Color

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

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


#daa04b Background Color

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

This div background color is #daa04b


#daa04b Border Color

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

This div border color is #daa04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa04b


Comments

No comments written yet.

Please login to write comment.