Color Hex Logo

#dcc013 Color Hex

#DCC013
(220,192,19)
0 Favorites   0 Comments

Color spaces of #dcc013

RGB 22019219
HSL0.140.840.47
HSV52°91°86°
CMYK 0.000.130.91   0.14
XYZ48.482452.96198.2835
Yxy52.96190.44180.4827
Hunter Lab72.7749-8.440144.1939
CIE-Lab77.8525-5.035077.0696

#dcc013 color RGB value is (220,192,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 00010011
Octal 334 300 23
Decimal 220 192 19
Hex DC C0 13

RGB Percentages of Color #dcc013

%51.04
%44.55
%4.41

CMYK Percentages of Color #dcc013

%0
%13
%91
%14

Triadic Colors of #dcc013

#dcc013 #13dcc0 #c013dc

Analogous Colors of #dcc013

#dcc013 #94dc13 #dc5c13

Monochromatic Colors of #dcc013

#dcc013

Complementary Color

#dcc013 #132fdc

#dcc013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc013 Color CSS Codes

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

#dcc013 Text Font Color

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

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


#dcc013 Background Color

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

This div background color is #dcc013


#dcc013 Border Color

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

This div border color is #dcc013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc013


Comments

No comments written yet.

Please login to write comment.