Color Hex Logo

#daa410 Color Hex

#DAA410
(218,164,16)
0 Favorites   0 Comments

Color spaces of #daa410

RGB 21816416
HSL0.120.860.46
HSV44°93°85°
CMYK 0.000.250.93   0.15
XYZ42.282441.49386.2708
Yxy41.49380.46960.4608
Hunter Lab64.41574.439839.3192
CIE-Lab70.52058.756571.9377

#daa410 color RGB value is (218,164,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00010000
Octal 332 244 20
Decimal 218 164 16
Hex DA A4 10

RGB Percentages of Color #daa410

%54.77
%41.21
%4.02

CMYK Percentages of Color #daa410

%0
%25
%93
%15

Triadic Colors of #daa410

#daa410 #10daa4 #a410da

Analogous Colors of #daa410

#daa410 #abda10 #da3f10

Monochromatic Colors of #daa410

#daa410

Complementary Color

#daa410 #1046da

#daa410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa410 Color CSS Codes

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

#daa410 Text Font Color

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

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


#daa410 Background Color

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

This div background color is #daa410


#daa410 Border Color

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

This div border color is #daa410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa410


Comments

No comments written yet.

Please login to write comment.