Color Hex Logo

#daa83e Color Hex

#DAA83E
(218,168,62)
0 Favorites   0 Comments

Color spaces of #daa83e

RGB 21816862
HSL0.110.680.55
HSV41°72°85°
CMYK 0.000.230.72   0.15
XYZ43.785643.258510.5994
Yxy43.25850.44840.4430
Hunter Lab65.77123.732536.4849
CIE-Lab71.73018.013559.2554

#daa83e color RGB value is (218,168,62).

#daa83e hex color red value is 218, green value is 168 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #daa83e hue: 0.11 , saturation: 0.68 and the lightness value of daa83e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 00111110
Octal 332 250 76
Decimal 218 168 62
Hex DA A8 3E

RGB Percentages of Color #daa83e

%48.66
%37.50
%13.84

CMYK Percentages of Color #daa83e

%0
%23
%72
%15

Triadic Colors of #daa83e

#daa83e #3edaa8 #a83eda

Analogous Colors of #daa83e

#daa83e #beda3e #da5a3e

Monochromatic Colors of #daa83e

#daa83e

Complementary Color

#daa83e #3e70da

#daa83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa83e Color CSS Codes

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

#daa83e Text Font Color

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

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


#daa83e Background Color

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

This div background color is #daa83e


#daa83e Border Color

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

This div border color is #daa83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa83e


Comments

No comments written yet.

Please login to write comment.