Color Hex Logo

#dcc324 Color Hex

#DCC324
(220,195,36)
0 Favorites   0 Comments

Color spaces of #dcc324

RGB 22019536
HSL0.140.720.50
HSV52°84°86°
CMYK 0.000.110.84   0.14
XYZ49.348754.37329.5632
Yxy54.37320.43560.4800
Hunter Lab73.7382-9.582143.9273
CIE-Lab78.6788-6.231474.3375

#dcc324 color RGB value is (220,195,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00100100
Octal 334 303 44
Decimal 220 195 36
Hex DC C3 24

RGB Percentages of Color #dcc324

%48.78
%43.24
%7.98

CMYK Percentages of Color #dcc324

%0
%11
%84
%14

Triadic Colors of #dcc324

#dcc324 #24dcc3 #c324dc

Analogous Colors of #dcc324

#dcc324 #99dc24 #dc6724

Monochromatic Colors of #dcc324

#dcc324

Complementary Color

#dcc324 #243ddc

#dcc324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc324 Color CSS Codes

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

#dcc324 Text Font Color

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

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


#dcc324 Background Color

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

This div background color is #dcc324


#dcc324 Border Color

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

This div border color is #dcc324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc324


Comments

No comments written yet.

Please login to write comment.