Color Hex Logo

#daaa2d Color Hex

#DAAA2D
(218,170,45)
0 Favorites   0 Comments

Color spaces of #daaa2d

RGB 21817045
HSL0.120.700.52
HSV43°79°85°
CMYK 0.000.220.79   0.15
XYZ43.761843.84438.6389
Yxy43.84430.45470.4555
Hunter Lab66.21502.095138.6151
CIE-Lab72.12436.244265.9983

#daaa2d color RGB value is (218,170,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 00101101
Octal 332 252 55
Decimal 218 170 45
Hex DA AA 2D

RGB Percentages of Color #daaa2d

%50.35
%39.26
%10.39

CMYK Percentages of Color #daaa2d

%0
%22
%79
%15

Triadic Colors of #daaa2d

#daaa2d #2ddaaa #aa2dda

Analogous Colors of #daaa2d

#daaa2d #b4da2d #da542d

Monochromatic Colors of #daaa2d

#daaa2d

Complementary Color

#daaa2d #2d5dda

#daaa2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaa2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaa2d Color CSS Codes

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

#daaa2d Text Font Color

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

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


#daaa2d Background Color

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

This div background color is #daaa2d


#daaa2d Border Color

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

This div border color is #daaa2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaa2d


Comments

No comments written yet.

Please login to write comment.