Color Hex Logo

#daa83a Color Hex

#DAA83A
(218,168,58)
0 Favorites   0 Comments

Color spaces of #daa83a

RGB 21816858
HSL0.110.680.54
HSV41°73°85°
CMYK 0.000.230.73   0.15
XYZ43.679843.216210.0424
Yxy43.21620.45060.4458
Hunter Lab65.73903.559736.9601
CIE-Lab71.70157.825560.8467

#daa83a color RGB value is (218,168,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 00111010
Octal 332 250 72
Decimal 218 168 58
Hex DA A8 3A

RGB Percentages of Color #daa83a

%49.10
%37.84
%13.06

CMYK Percentages of Color #daa83a

%0
%23
%73
%15

Triadic Colors of #daa83a

#daa83a #3adaa8 #a83ada

Analogous Colors of #daa83a

#daa83a #bcda3a #da583a

Monochromatic Colors of #daa83a

#daa83a

Complementary Color

#daa83a #3a6cda

#daa83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa83a Color CSS Codes

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

#daa83a Text Font Color

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

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


#daa83a Background Color

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

This div background color is #daa83a


#daa83a Border Color

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

This div border color is #daa83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa83a


Comments

No comments written yet.

Please login to write comment.