Color Hex Logo

#daaa0c Color Hex

#DAAA0C
(218,170,12)
0 Favorites   0 Comments

Color spaces of #daaa0c

RGB 21817012
HSL0.130.900.45
HSV46°94°85°
CMYK 0.000.220.94   0.15
XYZ43.354543.68146.4942
Yxy43.68140.46350.4670
Hunter Lab66.09191.430340.4385
CIE-Lab72.01505.513773.6079

#daaa0c color RGB value is (218,170,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 00001100
Octal 332 252 14
Decimal 218 170 12
Hex DA AA C

RGB Percentages of Color #daaa0c

%54.50
%42.50
%3.00

CMYK Percentages of Color #daaa0c

%0
%22
%94
%15

Triadic Colors of #daaa0c

#daaa0c #0cdaaa #aa0cda

Analogous Colors of #daaa0c

#daaa0c #a3da0c #da430c

Monochromatic Colors of #daaa0c

#daaa0c

Complementary Color

#daaa0c #0c3cda

#daaa0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa0c Color CSS Codes

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

#daaa0c Text Font Color

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

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


#daaa0c Background Color

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

This div background color is #daaa0c


#daaa0c Border Color

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

This div border color is #daaa0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa0c


Comments

No comments written yet.

Please login to write comment.