Color Hex Logo

#daa110 Color Hex

#DAA110
(218,161,16)
0 Favorites   0 Comments

Color spaces of #daa110

RGB 21816116
HSL0.120.860.46
HSV43°93°85°
CMYK 0.000.260.93   0.15
XYZ41.751840.43266.0939
Yxy40.43260.47300.4580
Hunter Lab63.58665.928838.8285
CIE-Lab69.776510.359971.3882

#daa110 color RGB value is (218,161,16).

#daa110 hex color red value is 218, green value is 161 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #daa110 hue: 0.12 , saturation: 0.86 and the lightness value of daa110 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 00010000
Octal 332 241 20
Decimal 218 161 16
Hex DA A1 10

RGB Percentages of Color #daa110

%55.19
%40.76
%4.05

CMYK Percentages of Color #daa110

%0
%26
%93
%15

Triadic Colors of #daa110

#daa110 #10daa1 #a110da

Analogous Colors of #daa110

#daa110 #aeda10 #da3c10

Monochromatic Colors of #daa110

#daa110

Complementary Color

#daa110 #1049da

#daa110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa110 Color CSS Codes

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

#daa110 Text Font Color

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

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


#daa110 Background Color

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

This div background color is #daa110


#daa110 Border Color

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

This div border color is #daa110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa110


Comments

No comments written yet.

Please login to write comment.