Color Hex Logo

#dcc916 Color Hex

#DCC916
(220,201,22)
1 Favorites   0 Comments

Color spaces of #dcc916

RGB 22020122
HSL0.150.820.47
HSV54°90°86°
CMYK 0.000.090.90   0.14
XYZ50.546757.04699.1061
Yxy57.04690.43310.4888
Hunter Lab75.5294-12.718545.7224
CIE-Lab80.2060-9.587878.4101

#dcc916 color RGB value is (220,201,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00010110
Octal 334 311 26
Decimal 220 201 22
Hex DC C9 16

RGB Percentages of Color #dcc916

%49.66
%45.37
%4.97

CMYK Percentages of Color #dcc916

%0
%9
%90
%14

Triadic Colors of #dcc916

#dcc916 #16dcc9 #c916dc

Analogous Colors of #dcc916

#dcc916 #8cdc16 #dc6616

Monochromatic Colors of #dcc916

#dcc916

Complementary Color

#dcc916 #1629dc

#dcc916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc916 Color CSS Codes

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

#dcc916 Text Font Color

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

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


#dcc916 Background Color

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

This div background color is #dcc916


#dcc916 Border Color

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

This div border color is #dcc916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc916


Comments

No comments written yet.

Please login to write comment.