Color Hex Logo

#dcc319 Color Hex

#DCC319
(220,195,25)
0 Favorites   0 Comments

Color spaces of #dcc319

RGB 22019525
HSL0.150.800.48
HSV52°89°86°
CMYK 0.000.110.89   0.14
XYZ49.205854.31608.8103
Yxy54.31600.43800.4835
Hunter Lab73.6994-9.797444.5018
CIE-Lab78.6456-6.476576.6773

#dcc319 color RGB value is (220,195,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00011001
Octal 334 303 31
Decimal 220 195 25
Hex DC C3 19

RGB Percentages of Color #dcc319

%50.00
%44.32
%5.68

CMYK Percentages of Color #dcc319

%0
%11
%89
%14

Triadic Colors of #dcc319

#dcc319 #19dcc3 #c319dc

Analogous Colors of #dcc319

#dcc319 #94dc19 #dc6219

Monochromatic Colors of #dcc319

#dcc319

Complementary Color

#dcc319 #1932dc

#dcc319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc319 Color CSS Codes

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

#dcc319 Text Font Color

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

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


#dcc319 Background Color

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

This div background color is #dcc319


#dcc319 Border Color

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

This div border color is #dcc319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc319


Comments

No comments written yet.

Please login to write comment.