Color Hex Logo

#dcc513 Color Hex

#DCC513
(220,197,19)
0 Favorites   0 Comments

Color spaces of #dcc513

RGB 22019719
HSL0.150.840.47
HSV53°91°86°
CMYK 0.000.100.91   0.14
XYZ49.599055.19528.6557
Yxy55.19520.43720.4865
Hunter Lab74.2935-10.845345.0977
CIE-Lab79.1536-7.599378.0621

#dcc513 color RGB value is (220,197,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 00010011
Octal 334 305 23
Decimal 220 197 19
Hex DC C5 13

RGB Percentages of Color #dcc513

%50.46
%45.18
%4.36

CMYK Percentages of Color #dcc513

%0
%10
%91
%14

Triadic Colors of #dcc513

#dcc513 #13dcc5 #c513dc

Analogous Colors of #dcc513

#dcc513 #8fdc13 #dc6113

Monochromatic Colors of #dcc513

#dcc513

Complementary Color

#dcc513 #132adc

#dcc513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc513 Color CSS Codes

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

#dcc513 Text Font Color

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

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


#dcc513 Background Color

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

This div background color is #dcc513


#dcc513 Border Color

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

This div border color is #dcc513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc513


Comments

No comments written yet.

Please login to write comment.