Color Hex Logo

#dcc913 Color Hex

#DCC913
(220,201,19)
0 Favorites   0 Comments

Color spaces of #dcc913

RGB 22020119
HSL0.150.840.47
HSV54°91°86°
CMYK 0.000.090.91   0.14
XYZ50.519457.03598.9625
Yxy57.03590.43360.4895
Hunter Lab75.5221-12.758845.8293
CIE-Lab80.1998-9.634178.8616

#dcc913 color RGB value is (220,201,19).

#dcc913 hex color red value is 220, green value is 201 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dcc913 hue: 0.15 , saturation: 0.84 and the lightness value of dcc913 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00010011
Octal 334 311 23
Decimal 220 201 19
Hex DC C9 13

RGB Percentages of Color #dcc913

%50.00
%45.68
%4.32

CMYK Percentages of Color #dcc913

%0
%9
%91
%14

Triadic Colors of #dcc913

#dcc913 #13dcc9 #c913dc

Analogous Colors of #dcc913

#dcc913 #8bdc13 #dc6513

Monochromatic Colors of #dcc913

#dcc913

Complementary Color

#dcc913 #1326dc

#dcc913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc913 Color CSS Codes

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

#dcc913 Text Font Color

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

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


#dcc913 Background Color

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

This div background color is #dcc913


#dcc913 Border Color

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

This div border color is #dcc913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc913


Comments

No comments written yet.

Please login to write comment.