Color Hex Logo

#dcc616 Color Hex

#DCC616
(220,198,22)
0 Favorites   0 Comments

Color spaces of #dcc616

RGB 22019822
HSL0.150.820.47
HSV53°90°86°
CMYK 0.000.100.90   0.14
XYZ49.854155.66178.8753
Yxy55.66170.43580.4866
Hunter Lab74.6068-11.283745.1715
CIE-Lab79.4209-8.062677.8018

#dcc616 color RGB value is (220,198,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 00010110
Octal 334 306 26
Decimal 220 198 22
Hex DC C6 16

RGB Percentages of Color #dcc616

%50.00
%45.00
%5.00

CMYK Percentages of Color #dcc616

%0
%10
%90
%14

Triadic Colors of #dcc616

#dcc616 #16dcc6 #c616dc

Analogous Colors of #dcc616

#dcc616 #8fdc16 #dc6316

Monochromatic Colors of #dcc616

#dcc616

Complementary Color

#dcc616 #162cdc

#dcc616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc616 Color CSS Codes

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

#dcc616 Text Font Color

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

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


#dcc616 Background Color

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

This div background color is #dcc616


#dcc616 Border Color

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

This div border color is #dcc616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc616


Comments

No comments written yet.

Please login to write comment.