Color Hex Logo

#daa534 Color Hex

#DAA534
(218,165,52)
0 Favorites   0 Comments

Color spaces of #daa534

RGB 21816552
HSL0.110.690.53
HSV41°76°85°
CMYK 0.000.240.76   0.15
XYZ42.988442.06369.1022
Yxy42.06360.45660.4468
Hunter Lab64.85654.815237.0785
CIE-Lab70.91479.169862.4032

#daa534 color RGB value is (218,165,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 00110100
Octal 332 245 64
Decimal 218 165 52
Hex DA A5 34

RGB Percentages of Color #daa534

%50.11
%37.93
%11.95

CMYK Percentages of Color #daa534

%0
%24
%76
%15

Triadic Colors of #daa534

#daa534 #34daa5 #a534da

Analogous Colors of #daa534

#daa534 #bcda34 #da5234

Monochromatic Colors of #daa534

#daa534

Complementary Color

#daa534 #3469da

#daa534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa534 Color CSS Codes

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

#daa534 Text Font Color

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

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


#daa534 Background Color

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

This div background color is #daa534


#daa534 Border Color

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

This div border color is #daa534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa534


Comments

No comments written yet.

Please login to write comment.