Color Hex Logo

#dca42d Color Hex

#DCA42D
(220,164,45)
0 Favorites   0 Comments

Color spaces of #dca42d

RGB 22016445
HSL0.110.710.52
HSV41°80°86°
CMYK 0.000.250.80   0.14
XYZ43.264341.95608.3007
Yxy41.95600.46260.4486
Hunter Lab64.77355.872437.7434
CIE-Lab70.840610.308964.9214

#dca42d color RGB value is (220,164,45).

#dca42d hex color red value is 220, green value is 164 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dca42d hue: 0.11 , saturation: 0.71 and the lightness value of dca42d is 0.52.

The process color (four color CMYK) of #dca42d color hex is 0.00, 0.25, 0.80, 0.14. Web safe color of #dca42d is #cc9933. Color #dca42d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 00101101
Octal 334 244 55
Decimal 220 164 45
Hex DC A4 2D

RGB Percentages of Color #dca42d

%51.28
%38.23
%10.49

CMYK Percentages of Color #dca42d

%0
%25
%80
%14

Triadic Colors of #dca42d

#dca42d #2ddca4 #a42ddc

Analogous Colors of #dca42d

#dca42d #bddc2d #dc4d2d

Monochromatic Colors of #dca42d

#dca42d

Complementary Color

#dca42d #2d65dc

#dca42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca42d Color CSS Codes

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

#dca42d Text Font Color

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

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


#dca42d Background Color

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

This div background color is #dca42d


#dca42d Border Color

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

This div border color is #dca42d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,164,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 #dca42d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca42d


Comments

No comments written yet.

Please login to write comment.