Color Hex Logo

#dca24d Color Hex

#DCA24D
(220,162,77)
0 Favorites   0 Comments

Color spaces of #dca24d

RGB 22016277
HSL0.100.670.58
HSV36°65°86°
CMYK 0.000.260.65   0.14
XYZ43.775141.592112.7421
Yxy41.59210.44620.4239
Hunter Lab64.49198.299333.4300
CIE-Lab70.588812.902051.4644

#dca24d color RGB value is (220,162,77).

#dca24d hex color red value is 220, green value is 162 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dca24d hue: 0.10 , saturation: 0.67 and the lightness value of dca24d is 0.58.

The process color (four color CMYK) of #dca24d color hex is 0.00, 0.26, 0.65, 0.14. Web safe color of #dca24d is #cc9966. Color #dca24d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01001101
Octal 334 242 115
Decimal 220 162 77
Hex DC A2 4D

RGB Percentages of Color #dca24d

%47.93
%35.29
%16.78

CMYK Percentages of Color #dca24d

%0
%26
%65
%14

Triadic Colors of #dca24d

#dca24d #4ddca2 #a24ddc

Analogous Colors of #dca24d

#dca24d #cfdc4d #dc5a4d

Monochromatic Colors of #dca24d

#dca24d

Complementary Color

#dca24d #4d87dc

#dca24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca24d Color CSS Codes

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

#dca24d Text Font Color

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

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


#dca24d Background Color

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

This div background color is #dca24d


#dca24d Border Color

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

This div border color is #dca24d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,162,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca24d


Comments

No comments written yet.

Please login to write comment.