Color Hex Logo

#dcc819 Color Hex

#DCC819
(220,200,25)
0 Favorites   0 Comments

Color spaces of #dcc819

RGB 22020025
HSL0.150.800.48
HSV54°89°86°
CMYK 0.000.090.89   0.14
XYZ50.344956.59449.1900
Yxy56.59440.43350.4873
Hunter Lab75.2292-12.195545.4176
CIE-Lab79.9509-9.028377.7026

#dcc819 color RGB value is (220,200,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 00011001
Octal 334 310 31
Decimal 220 200 25
Hex DC C8 19

RGB Percentages of Color #dcc819

%49.44
%44.94
%5.62

CMYK Percentages of Color #dcc819

%0
%9
%89
%14

Triadic Colors of #dcc819

#dcc819 #19dcc8 #c819dc

Analogous Colors of #dcc819

#dcc819 #8fdc19 #dc6719

Monochromatic Colors of #dcc819

#dcc819

Complementary Color

#dcc819 #192ddc

#dcc819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc819 Color CSS Codes

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

#dcc819 Text Font Color

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

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


#dcc819 Background Color

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

This div background color is #dcc819


#dcc819 Border Color

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

This div border color is #dcc819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc819


Comments

No comments written yet.

Please login to write comment.