Color Hex Logo

#dcc411 Color Hex

#DCC411
(220,196,17)
0 Favorites   0 Comments

Color spaces of #dcc411

RGB 22019617
HSL0.150.860.46
HSV53°92°86°
CMYK 0.000.110.92   0.14
XYZ49.356354.73608.4941
Yxy54.73600.43840.4862
Hunter Lab73.9838-10.390144.9815
CIE-Lab78.8890-7.116478.1444

#dcc411 color RGB value is (220,196,17).

#dcc411 hex color red value is 220, green value is 196 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dcc411 hue: 0.15 , saturation: 0.86 and the lightness value of dcc411 is 0.46.

The process color (four color CMYK) of #dcc411 color hex is 0.00, 0.11, 0.92, 0.14. Web safe color of #dcc411 is #cccc00. Color #dcc411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 00010001
Octal 334 304 21
Decimal 220 196 17
Hex DC C4 11

RGB Percentages of Color #dcc411

%50.81
%45.27
%3.93

CMYK Percentages of Color #dcc411

%0
%11
%92
%14

Triadic Colors of #dcc411

#dcc411 #11dcc4 #c411dc

Analogous Colors of #dcc411

#dcc411 #8fdc11 #dc5f11

Monochromatic Colors of #dcc411

#dcc411

Complementary Color

#dcc411 #1129dc

#dcc411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc411 Color CSS Codes

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

#dcc411 Text Font Color

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

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


#dcc411 Background Color

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

This div background color is #dcc411


#dcc411 Border Color

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

This div border color is #dcc411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc411


Comments

No comments written yet.

Please login to write comment.