Color Hex Logo

#daa535 Color Hex

#DAA535
(218,165,53)
0 Favorites   0 Comments

Color spaces of #daa535

RGB 21816553
HSL0.110.690.53
HSV41°76°85°
CMYK 0.000.240.76   0.15
XYZ43.011242.07279.2221
Yxy42.07270.45610.4461
Hunter Lab64.86354.852936.9748
CIE-Lab70.92109.210662.0317

#daa535 color RGB value is (218,165,53).

#daa535 hex color red value is 218, green value is 165 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #daa535 hue: 0.11 , saturation: 0.69 and the lightness value of daa535 is 0.53.

The process color (four color CMYK) of #daa535 color hex is 0.00, 0.24, 0.76, 0.15. Web safe color of #daa535 is #cc9933. Color #daa535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00110101
Octal 332 245 65
Decimal 218 165 53
Hex DA A5 35

RGB Percentages of Color #daa535

%50.00
%37.84
%12.16

CMYK Percentages of Color #daa535

%0
%24
%76
%15

Triadic Colors of #daa535

#daa535 #35daa5 #a535da

Analogous Colors of #daa535

#daa535 #bdda35 #da5335

Monochromatic Colors of #daa535

#daa535

Complementary Color

#daa535 #356ada

#daa535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa535 Color CSS Codes

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

#daa535 Text Font Color

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

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


#daa535 Background Color

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

This div background color is #daa535


#daa535 Border Color

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

This div border color is #daa535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa535


Comments

No comments written yet.

Please login to write comment.