Color Hex Logo

#daa72e Color Hex

#DAA72E
(218,167,46)
0 Favorites   0 Comments

Color spaces of #daa72e

RGB 21816746
HSL0.120.700.52
HSV42°79°85°
CMYK 0.000.230.79   0.15
XYZ43.225342.74018.5562
Yxy42.74010.45730.4522
Hunter Lab65.37593.612938.0034
CIE-Lab71.37827.875864.9871

#daa72e color RGB value is (218,167,46).

#daa72e hex color red value is 218, green value is 167 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #daa72e hue: 0.12 , saturation: 0.70 and the lightness value of daa72e is 0.52.

The process color (four color CMYK) of #daa72e color hex is 0.00, 0.23, 0.79, 0.15. Web safe color of #daa72e is #cc9933. Color #daa72e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 00101110
Octal 332 247 56
Decimal 218 167 46
Hex DA A7 2E

RGB Percentages of Color #daa72e

%50.58
%38.75
%10.67

CMYK Percentages of Color #daa72e

%0
%23
%79
%15

Triadic Colors of #daa72e

#daa72e #2edaa7 #a72eda

Analogous Colors of #daa72e

#daa72e #b7da2e #da512e

Monochromatic Colors of #daa72e

#daa72e

Complementary Color

#daa72e #2e61da

#daa72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa72e Color CSS Codes

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

#daa72e Text Font Color

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

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


#daa72e Background Color

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

This div background color is #daa72e


#daa72e Border Color

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

This div border color is #daa72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa72e


Comments

No comments written yet.

Please login to write comment.