Color Hex Logo

#daa31d Color Hex

#DAA31D
(218,163,29)
0 Favorites   0 Comments

Color spaces of #daa31d

RGB 21816329
HSL0.120.770.48
HSV43°87°85°
CMYK 0.000.250.87   0.15
XYZ42.232441.18856.8867
Yxy41.18850.46770.4561
Hunter Lab64.17835.149738.5626
CIE-Lab70.30789.522869.1208

#daa31d color RGB value is (218,163,29).

#daa31d hex color red value is 218, green value is 163 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #daa31d hue: 0.12 , saturation: 0.77 and the lightness value of daa31d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 00011101
Octal 332 243 35
Decimal 218 163 29
Hex DA A3 1D

RGB Percentages of Color #daa31d

%53.17
%39.76
%7.07

CMYK Percentages of Color #daa31d

%0
%25
%87
%15

Triadic Colors of #daa31d

#daa31d #1ddaa3 #a31dda

Analogous Colors of #daa31d

#daa31d #b3da1d #da451d

Monochromatic Colors of #daa31d

#daa31d

Complementary Color

#daa31d #1d54da

#daa31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa31d Color CSS Codes

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

#daa31d Text Font Color

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

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


#daa31d Background Color

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

This div background color is #daa31d


#daa31d Border Color

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

This div border color is #daa31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa31d


Comments

No comments written yet.

Please login to write comment.