Color Hex Logo

#dcd50c Color Hex

#DCD50C
(220,213,12)
0 Favorites   0 Comments

Color spaces of #dcd50c

RGB 22021312
HSL0.160.900.45
HSV58°95°86°
CMYK 0.000.030.95   0.14
XYZ53.375862.83079.6622
Yxy62.83070.42410.4992
Hunter Lab79.2658-18.517348.2588
CIE-Lab83.3532-15.732782.0910

#dcd50c color RGB value is (220,213,12).

#dcd50c hex color red value is 220, green value is 213 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dcd50c hue: 0.16 , saturation: 0.90 and the lightness value of dcd50c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 00001100
Octal 334 325 14
Decimal 220 213 12
Hex DC D5 C

RGB Percentages of Color #dcd50c

%49.44
%47.87
%2.70

CMYK Percentages of Color #dcd50c

%0
%3
%95
%14

Triadic Colors of #dcd50c

#dcd50c #0cdcd5 #d50cdc

Analogous Colors of #dcd50c

#dcd50c #7bdc0c #dc6d0c

Monochromatic Colors of #dcd50c

#dcd50c

Complementary Color

#dcd50c #0c13dc

#dcd50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd50c Color CSS Codes

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

#dcd50c Text Font Color

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

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


#dcd50c Background Color

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

This div background color is #dcd50c


#dcd50c Border Color

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

This div border color is #dcd50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd50c


Comments

No comments written yet.

Please login to write comment.