Color Hex Logo

#daa024 Color Hex

#DAA024
(218,160,36)
0 Favorites   0 Comments

Color spaces of #daa024

RGB 21816036
HSL0.110.720.50
HSV41°83°85°
CMYK 0.000.270.83   0.15
XYZ41.802740.17447.2203
Yxy40.17440.46870.4504
Hunter Lab63.38336.804037.6143
CIE-Lab69.593611.303066.6230

#daa024 color RGB value is (218,160,36).

#daa024 hex color red value is 218, green value is 160 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #daa024 hue: 0.11 , saturation: 0.72 and the lightness value of daa024 is 0.50.

The process color (four color CMYK) of #daa024 color hex is 0.00, 0.27, 0.83, 0.15. Web safe color of #daa024 is #cc9933. Color #daa024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 00100100
Octal 332 240 44
Decimal 218 160 36
Hex DA A0 24

RGB Percentages of Color #daa024

%52.66
%38.65
%8.70

CMYK Percentages of Color #daa024

%0
%27
%83
%15

Triadic Colors of #daa024

#daa024 #24daa0 #a024da

Analogous Colors of #daa024

#daa024 #b9da24 #da4524

Monochromatic Colors of #daa024

#daa024

Complementary Color

#daa024 #245eda

#daa024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa024 Color CSS Codes

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

#daa024 Text Font Color

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

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


#daa024 Background Color

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

This div background color is #daa024


#daa024 Border Color

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

This div border color is #daa024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa024


Comments

No comments written yet.

Please login to write comment.