Color Hex Logo

#dca924 Color Hex

#DCA924
(220,169,36)
0 Favorites   0 Comments

Color spaces of #dca924

RGB 22016936
HSL0.120.720.50
HSV43°84°86°
CMYK 0.000.230.84   0.14
XYZ44.021643.71907.7875
Yxy43.71900.46080.4577
Hunter Lab66.12033.131139.3012
CIE-Lab72.04037.368968.7749

#dca924 color RGB value is (220,169,36).

#dca924 hex color red value is 220, green value is 169 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dca924 hue: 0.12 , saturation: 0.72 and the lightness value of dca924 is 0.50.

The process color (four color CMYK) of #dca924 color hex is 0.00, 0.23, 0.84, 0.14. Web safe color of #dca924 is #cc9933. Color #dca924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00100100
Octal 334 251 44
Decimal 220 169 36
Hex DC A9 24

RGB Percentages of Color #dca924

%51.76
%39.76
%8.47

CMYK Percentages of Color #dca924

%0
%23
%84
%14

Triadic Colors of #dca924

#dca924 #24dca9 #a924dc

Analogous Colors of #dca924

#dca924 #b3dc24 #dc4d24

Monochromatic Colors of #dca924

#dca924

Complementary Color

#dca924 #2457dc

#dca924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca924 Color CSS Codes

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

#dca924 Text Font Color

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

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


#dca924 Background Color

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

This div background color is #dca924


#dca924 Border Color

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

This div border color is #dca924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca924


Comments

No comments written yet.

Please login to write comment.