Color Hex Logo

#dcc500 Color Hex

#DCC500
(220,197,0)
0 Favorites   0 Comments

Color spaces of #dcc500

RGB 2201970
HSL0.151.000.43
HSV54°100°86°
CMYK 0.000.101.00   0.14
XYZ49.481555.14818.0367
Yxy55.14810.43920.4895
Hunter Lab74.2618-11.021445.5668
CIE-Lab79.1265-7.800880.1162

#dcc500 color RGB value is (220,197,0).

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

The process color (four color CMYK) of #dcc500 color hex is 0.00, 0.10, 1.00, 0.14. Web safe color of #dcc500 is #cccc00. Color #dcc500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 00000000
Octal 334 305 0
Decimal 220 197 0
Hex DC C5 0

RGB Percentages of Color #dcc500

%52.76
%47.24
%0.00

CMYK Percentages of Color #dcc500

%0
%10
%100
%14

Triadic Colors of #dcc500

#dcc500 #00dcc5 #c500dc

Analogous Colors of #dcc500

#dcc500 #85dc00 #dc5700

Monochromatic Colors of #dcc500

#dcc500

Complementary Color

#dcc500 #0017dc

#dcc500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc500 Color CSS Codes

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

#dcc500 Text Font Color

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

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


#dcc500 Background Color

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

This div background color is #dcc500


#dcc500 Border Color

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

This div border color is #dcc500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc500


Comments

No comments written yet.

Please login to write comment.