Color Hex Logo

#daa63b Color Hex

#DAA63B
(218,166,59)
0 Favorites   0 Comments

Color spaces of #daa63b

RGB 21816659
HSL0.110.680.54
HSV40°73°85°
CMYK 0.000.240.73   0.15
XYZ43.339142.493610.0555
Yxy42.49360.45200.4432
Hunter Lab65.18714.596836.4851
CIE-Lab71.20998.938459.9599

#daa63b color RGB value is (218,166,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 00111011
Octal 332 246 73
Decimal 218 166 59
Hex DA A6 3B

RGB Percentages of Color #daa63b

%49.21
%37.47
%13.32

CMYK Percentages of Color #daa63b

%0
%24
%73
%15

Triadic Colors of #daa63b

#daa63b #3bdaa6 #a63bda

Analogous Colors of #daa63b

#daa63b #bfda3b #da573b

Monochromatic Colors of #daa63b

#daa63b

Complementary Color

#daa63b #3b6fda

#daa63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa63b Color CSS Codes

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

#daa63b Text Font Color

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

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


#daa63b Background Color

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

This div background color is #daa63b


#daa63b Border Color

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

This div border color is #daa63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa63b


Comments

No comments written yet.

Please login to write comment.