Color Hex Logo

#dcc713 Color Hex

#DCC713
(220,199,19)
0 Favorites   0 Comments

Color spaces of #dcc713

RGB 22019919
HSL0.150.840.47
HSV54°91°86°
CMYK 0.000.100.91   0.14
XYZ50.056256.10958.8081
Yxy56.10950.43540.4880
Hunter Lab74.9063-11.803245.4626
CIE-Lab79.6761-8.618578.4612

#dcc713 color RGB value is (220,199,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00010011
Octal 334 307 23
Decimal 220 199 19
Hex DC C7 13

RGB Percentages of Color #dcc713

%50.23
%45.43
%4.34

CMYK Percentages of Color #dcc713

%0
%10
%91
%14

Triadic Colors of #dcc713

#dcc713 #13dcc7 #c713dc

Analogous Colors of #dcc713

#dcc713 #8ddc13 #dc6313

Monochromatic Colors of #dcc713

#dcc713

Complementary Color

#dcc713 #1328dc

#dcc713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc713 Color CSS Codes

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

#dcc713 Text Font Color

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

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


#dcc713 Background Color

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

This div background color is #dcc713


#dcc713 Border Color

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

This div border color is #dcc713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc713


Comments

No comments written yet.

Please login to write comment.