Color Hex Logo

#dcc724 Color Hex

#DCC724
(220,199,36)
0 Favorites   0 Comments

Color spaces of #dcc724

RGB 22019936
HSL0.150.720.50
HSV53°84°86°
CMYK 0.000.100.84   0.14
XYZ50.257156.18999.8660
Yxy56.18990.43210.4831
Hunter Lab74.9599-11.504044.6684
CIE-Lab79.7218-8.275975.2071

#dcc724 color RGB value is (220,199,36).

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

The process color (four color CMYK) of #dcc724 color hex is 0.00, 0.10, 0.84, 0.14. Web safe color of #dcc724 is #cccc33. Color #dcc724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00100100
Octal 334 307 44
Decimal 220 199 36
Hex DC C7 24

RGB Percentages of Color #dcc724

%48.35
%43.74
%7.91

CMYK Percentages of Color #dcc724

%0
%10
%84
%14

Triadic Colors of #dcc724

#dcc724 #24dcc7 #c724dc

Analogous Colors of #dcc724

#dcc724 #95dc24 #dc6b24

Monochromatic Colors of #dcc724

#dcc724

Complementary Color

#dcc724 #2439dc

#dcc724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc724 Color CSS Codes

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

#dcc724 Text Font Color

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

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


#dcc724 Background Color

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

This div background color is #dcc724


#dcc724 Border Color

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

This div border color is #dcc724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc724


Comments

No comments written yet.

Please login to write comment.