Color Hex Logo

#dcd719 Color Hex

#DCD719
(220,215,25)
0 Favorites   0 Comments

Color spaces of #dcd719

RGB 22021525
HSL0.160.800.48
HSV58°89°86°
CMYK 0.000.020.89   0.14
XYZ53.991163.886710.4054
Yxy63.88670.42090.4980
Hunter Lab79.9292-19.301648.2319
CIE-Lab83.9067-16.539580.8144

#dcd719 color RGB value is (220,215,25).

#dcd719 hex color red value is 220, green value is 215 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dcd719 hue: 0.16 , saturation: 0.80 and the lightness value of dcd719 is 0.48.

The process color (four color CMYK) of #dcd719 color hex is 0.00, 0.02, 0.89, 0.14. Web safe color of #dcd719 is #cccc00. Color #dcd719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 00011001
Octal 334 327 31
Decimal 220 215 25
Hex DC D7 19

RGB Percentages of Color #dcd719

%47.83
%46.74
%5.43

CMYK Percentages of Color #dcd719

%0
%2
%89
%14

Triadic Colors of #dcd719

#dcd719 #19dcd7 #d719dc

Analogous Colors of #dcd719

#dcd719 #80dc19 #dc7619

Monochromatic Colors of #dcd719

#dcd719

Complementary Color

#dcd719 #191edc

#dcd719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd719 Color CSS Codes

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

#dcd719 Text Font Color

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

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


#dcd719 Background Color

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

This div background color is #dcd719


#dcd719 Border Color

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

This div border color is #dcd719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd719


Comments

No comments written yet.

Please login to write comment.