Color Hex Logo

#dcc714 Color Hex

#DCC714
(220,199,20)
0 Favorites   0 Comments

Color spaces of #dcc714

RGB 22019920
HSL0.150.830.47
HSV54°91°86°
CMYK 0.000.100.91   0.14
XYZ50.064956.11308.8540
Yxy56.11300.43520.4878
Hunter Lab74.9086-11.790245.4281
CIE-Lab79.6781-8.603778.3146

#dcc714 color RGB value is (220,199,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00010100
Octal 334 307 24
Decimal 220 199 20
Hex DC C7 14

RGB Percentages of Color #dcc714

%50.11
%45.33
%4.56

CMYK Percentages of Color #dcc714

%0
%10
%91
%14

Triadic Colors of #dcc714

#dcc714 #14dcc7 #c714dc

Analogous Colors of #dcc714

#dcc714 #8ddc14 #dc6314

Monochromatic Colors of #dcc714

#dcc714

Complementary Color

#dcc714 #1429dc

#dcc714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc714 Color CSS Codes

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

#dcc714 Text Font Color

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

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


#dcc714 Background Color

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

This div background color is #dcc714


#dcc714 Border Color

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

This div border color is #dcc714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc714


Comments

No comments written yet.

Please login to write comment.