Color Hex Logo

#dcc528 Color Hex

#DCC528
(220,197,40)
0 Favorites   0 Comments

Color spaces of #dcc528

RGB 22019740
HSL0.150.720.51
HSV52°82°86°
CMYK 0.000.100.82   0.14
XYZ49.864555.301310.0536
Yxy55.30130.43280.4800
Hunter Lab74.3648-10.447344.0398
CIE-Lab79.2145-7.145073.7667

#dcc528 color RGB value is (220,197,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 00101000
Octal 334 305 50
Decimal 220 197 40
Hex DC C5 28

RGB Percentages of Color #dcc528

%48.14
%43.11
%8.75

CMYK Percentages of Color #dcc528

%0
%10
%82
%14

Triadic Colors of #dcc528

#dcc528 #28dcc5 #c528dc

Analogous Colors of #dcc528

#dcc528 #99dc28 #dc6b28

Monochromatic Colors of #dcc528

#dcc528

Complementary Color

#dcc528 #283fdc

#dcc528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc528 Color CSS Codes

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

#dcc528 Text Font Color

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

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


#dcc528 Background Color

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

This div background color is #dcc528


#dcc528 Border Color

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

This div border color is #dcc528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc528


Comments

No comments written yet.

Please login to write comment.