Color Hex Logo

#dcc419 Color Hex

#DCC419
(220,196,25)
0 Favorites   0 Comments

Color spaces of #dcc419

RGB 22019625
HSL0.150.800.48
HSV53°89°86°
CMYK 0.000.110.89   0.14
XYZ49.430654.76578.8853
Yxy54.76570.43710.4843
Hunter Lab74.0039-10.278344.6840
CIE-Lab78.9061-6.988876.8817

#dcc419 color RGB value is (220,196,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 00011001
Octal 334 304 31
Decimal 220 196 25
Hex DC C4 19

RGB Percentages of Color #dcc419

%49.89
%44.44
%5.67

CMYK Percentages of Color #dcc419

%0
%11
%89
%14

Triadic Colors of #dcc419

#dcc419 #19dcc4 #c419dc

Analogous Colors of #dcc419

#dcc419 #93dc19 #dc6319

Monochromatic Colors of #dcc419

#dcc419

Complementary Color

#dcc419 #1931dc

#dcc419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc419 Color CSS Codes

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

#dcc419 Text Font Color

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

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


#dcc419 Background Color

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

This div background color is #dcc419


#dcc419 Border Color

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

This div border color is #dcc419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc419


Comments

No comments written yet.

Please login to write comment.