Color Hex Logo

#daaa0f Color Hex

#DAAA0F
(218,170,15)
0 Favorites   0 Comments

Color spaces of #daaa0f

RGB 21817015
HSL0.130.870.46
HSV46°93°85°
CMYK 0.000.220.93   0.15
XYZ43.374443.68946.5988
Yxy43.68940.46310.4665
Hunter Lab66.09801.462840.3494
CIE-Lab72.02045.549473.1999

#daaa0f color RGB value is (218,170,15).

#daaa0f hex color red value is 218, green value is 170 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #daaa0f hue: 0.13 , saturation: 0.87 and the lightness value of daaa0f is 0.46.

The process color (four color CMYK) of #daaa0f color hex is 0.00, 0.22, 0.93, 0.15. Web safe color of #daaa0f is #cc9900. Color #daaa0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 00001111
Octal 332 252 17
Decimal 218 170 15
Hex DA AA F

RGB Percentages of Color #daaa0f

%54.09
%42.18
%3.72

CMYK Percentages of Color #daaa0f

%0
%22
%93
%15

Triadic Colors of #daaa0f

#daaa0f #0fdaaa #aa0fda

Analogous Colors of #daaa0f

#daaa0f #a5da0f #da450f

Monochromatic Colors of #daaa0f

#daaa0f

Complementary Color

#daaa0f #0f3fda

#daaa0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa0f Color CSS Codes

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

#daaa0f Text Font Color

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

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


#daaa0f Background Color

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

This div background color is #daaa0f


#daaa0f Border Color

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

This div border color is #daaa0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa0f


Comments

No comments written yet.

Please login to write comment.