Color Hex Logo

#daa315 Color Hex

#DAA315
(218,163,21)
0 Favorites   0 Comments

Color spaces of #daa315

RGB 21816321
HSL0.120.820.47
HSV43°90°85°
CMYK 0.000.250.90   0.15
XYZ42.146041.15406.4316
Yxy41.15400.46970.4586
Hunter Lab64.15145.005538.9618
CIE-Lab70.28379.366470.8747

#daa315 color RGB value is (218,163,21).

#daa315 hex color red value is 218, green value is 163 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #daa315 hue: 0.12 , saturation: 0.82 and the lightness value of daa315 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00010101
Octal 332 243 25
Decimal 218 163 21
Hex DA A3 15

RGB Percentages of Color #daa315

%54.23
%40.55
%5.22

CMYK Percentages of Color #daa315

%0
%25
%90
%15

Triadic Colors of #daa315

#daa315 #15daa3 #a315da

Analogous Colors of #daa315

#daa315 #afda15 #da4015

Monochromatic Colors of #daa315

#daa315

Complementary Color

#daa315 #154cda

#daa315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa315 Color CSS Codes

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

#daa315 Text Font Color

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

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


#daa315 Background Color

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

This div background color is #daa315


#daa315 Border Color

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

This div border color is #daa315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa315


Comments

No comments written yet.

Please login to write comment.