Color Hex Logo

#daa427 Color Hex

#DAA427
(218,164,39)
0 Favorites   0 Comments

Color spaces of #daa427

RGB 21816439
HSL0.120.710.50
HSV42°82°85°
CMYK 0.000.250.82   0.15
XYZ42.555141.60287.7067
Yxy41.60280.46320.4529
Hunter Lab64.50024.892938.0660
CIE-Lab70.59629.249066.5732

#daa427 color RGB value is (218,164,39).

#daa427 hex color red value is 218, green value is 164 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #daa427 hue: 0.12 , saturation: 0.71 and the lightness value of daa427 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 00100111
Octal 332 244 47
Decimal 218 164 39
Hex DA A4 27

RGB Percentages of Color #daa427

%51.78
%38.95
%9.26

CMYK Percentages of Color #daa427

%0
%25
%82
%15

Triadic Colors of #daa427

#daa427 #27daa4 #a427da

Analogous Colors of #daa427

#daa427 #b7da27 #da4b27

Monochromatic Colors of #daa427

#daa427

Complementary Color

#daa427 #275dda

#daa427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa427 Color CSS Codes

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

#daa427 Text Font Color

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

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


#daa427 Background Color

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

This div background color is #daa427


#daa427 Border Color

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

This div border color is #daa427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa427


Comments

No comments written yet.

Please login to write comment.