Color Hex Logo

#daa342 Color Hex

#DAA342
(218,163,66)
0 Favorites   0 Comments

Color spaces of #daa342

RGB 21816366
HSL0.110.670.56
HSV38°70°85°
CMYK 0.000.250.70   0.15
XYZ42.994041.493210.8972
Yxy41.49320.45070.4350
Hunter Lab64.41526.413435.0605
CIE-Lab70.520110.887656.3155

#daa342 color RGB value is (218,163,66).

#daa342 hex color red value is 218, green value is 163 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #daa342 hue: 0.11 , saturation: 0.67 and the lightness value of daa342 is 0.56.

The process color (four color CMYK) of #daa342 color hex is 0.00, 0.25, 0.70, 0.15. Web safe color of #daa342 is #cc9933. Color #daa342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01000010
Octal 332 243 102
Decimal 218 163 66
Hex DA A3 42

RGB Percentages of Color #daa342

%48.77
%36.47
%14.77

CMYK Percentages of Color #daa342

%0
%25
%70
%15

Triadic Colors of #daa342

#daa342 #42daa3 #a342da

Analogous Colors of #daa342

#daa342 #c5da42 #da5742

Monochromatic Colors of #daa342

#daa342

Complementary Color

#daa342 #4279da

#daa342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa342 Color CSS Codes

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

#daa342 Text Font Color

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

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


#daa342 Background Color

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

This div background color is #daa342


#daa342 Border Color

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

This div border color is #daa342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa342


Comments

No comments written yet.

Please login to write comment.