Color Hex Logo

#daa60d Color Hex

#DAA60D
(218,166,13)
0 Favorites   0 Comments

Color spaces of #daa60d

RGB 21816613
HSL0.120.890.45
HSV45°94°85°
CMYK 0.000.240.94   0.15
XYZ42.622342.20696.2811
Yxy42.20690.46780.4633
Hunter Lab64.96683.415239.7445
CIE-Lab71.01337.652272.7451

#daa60d color RGB value is (218,166,13).

#daa60d hex color red value is 218, green value is 166 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #daa60d hue: 0.12 , saturation: 0.89 and the lightness value of daa60d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00001101
Octal 332 246 15
Decimal 218 166 13
Hex DA A6 D

RGB Percentages of Color #daa60d

%54.91
%41.81
%3.27

CMYK Percentages of Color #daa60d

%0
%24
%94
%15

Triadic Colors of #daa60d

#daa60d #0ddaa6 #a60dda

Analogous Colors of #daa60d

#daa60d #a8da0d #da400d

Monochromatic Colors of #daa60d

#daa60d

Complementary Color

#daa60d #0d41da

#daa60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa60d Color CSS Codes

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

#daa60d Text Font Color

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

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


#daa60d Background Color

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

This div background color is #daa60d


#daa60d Border Color

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

This div border color is #daa60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa60d


Comments

No comments written yet.

Please login to write comment.