Color Hex Logo

#dcd600 Color Hex

#DCD600
(220,214,0)
0 Favorites   0 Comments

Color spaces of #dcd600

RGB 2202140
HSL0.161.000.43
HSV58°100°86°
CMYK 0.000.031.00   0.14
XYZ53.561863.30889.3968
Yxy63.30880.42420.5014
Hunter Lab79.5668-19.081648.6947
CIE-Lab83.6046-16.337583.3488

#dcd600 color RGB value is (220,214,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 00000000
Octal 334 326 0
Decimal 220 214 0
Hex DC D6 0

RGB Percentages of Color #dcd600

%50.69
%49.31
%0.00

CMYK Percentages of Color #dcd600

%0
%3
%100
%14

Triadic Colors of #dcd600

#dcd600 #00dcd6 #d600dc

Analogous Colors of #dcd600

#dcd600 #74dc00 #dc6800

Monochromatic Colors of #dcd600

#dcd600

Complementary Color

#dcd600 #0006dc

#dcd600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd600 Color CSS Codes

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

#dcd600 Text Font Color

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

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


#dcd600 Background Color

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

This div background color is #dcd600


#dcd600 Border Color

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

This div border color is #dcd600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd600


Comments

No comments written yet.

Please login to write comment.