Color Hex Logo

#dca724 Color Hex

#DCA724
(220,167,36)
0 Favorites   0 Comments

Color spaces of #dca724

RGB 22016736
HSL0.120.720.50
HSV43°84°86°
CMYK 0.000.240.84   0.14
XYZ43.652442.98057.6644
Yxy42.98050.46290.4558
Hunter Lab65.55954.124038.9602
CIE-Lab71.54178.433368.3551

#dca724 color RGB value is (220,167,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 00100100
Octal 334 247 44
Decimal 220 167 36
Hex DC A7 24

RGB Percentages of Color #dca724

%52.01
%39.48
%8.51

CMYK Percentages of Color #dca724

%0
%24
%84
%14

Triadic Colors of #dca724

#dca724 #24dca7 #a724dc

Analogous Colors of #dca724

#dca724 #b5dc24 #dc4b24

Monochromatic Colors of #dca724

#dca724

Complementary Color

#dca724 #2459dc

#dca724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca724 Color CSS Codes

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

#dca724 Text Font Color

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

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


#dca724 Background Color

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

This div background color is #dca724


#dca724 Border Color

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

This div border color is #dca724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca724


Comments

No comments written yet.

Please login to write comment.