Color Hex Logo

#daa613 Color Hex

#DAA613
(218,166,19)
0 Favorites   0 Comments

Color spaces of #daa613

RGB 21816619
HSL0.120.840.46
HSV44°91°85°
CMYK 0.000.240.91   0.15
XYZ42.667242.22496.5175
Yxy42.22490.46680.4619
Hunter Lab64.98073.489339.5398
CIE-Lab71.02577.733371.8089

#daa613 color RGB value is (218,166,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00010011
Octal 332 246 23
Decimal 218 166 19
Hex DA A6 13

RGB Percentages of Color #daa613

%54.09
%41.19
%4.71

CMYK Percentages of Color #daa613

%0
%24
%91
%15

Triadic Colors of #daa613

#daa613 #13daa6 #a613da

Analogous Colors of #daa613

#daa613 #abda13 #da4313

Monochromatic Colors of #daa613

#daa613

Complementary Color

#daa613 #1347da

#daa613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa613 Color CSS Codes

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

#daa613 Text Font Color

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

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


#daa613 Background Color

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

This div background color is #daa613


#daa613 Border Color

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

This div border color is #daa613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa613


Comments

No comments written yet.

Please login to write comment.