Color Hex Logo

#dcc911 Color Hex

#DCC911
(220,201,17)
0 Favorites   0 Comments

Color spaces of #dcc911

RGB 22020117
HSL0.150.860.46
HSV54°92°86°
CMYK 0.000.090.92   0.14
XYZ50.503057.02948.8763
Yxy57.02940.43380.4899
Hunter Lab75.5178-12.783245.8936
CIE-Lab80.1961-9.662279.1351

#dcc911 color RGB value is (220,201,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00010001
Octal 334 311 21
Decimal 220 201 17
Hex DC C9 11

RGB Percentages of Color #dcc911

%50.23
%45.89
%3.88

CMYK Percentages of Color #dcc911

%0
%9
%92
%14

Triadic Colors of #dcc911

#dcc911 #11dcc9 #c911dc

Analogous Colors of #dcc911

#dcc911 #8adc11 #dc6311

Monochromatic Colors of #dcc911

#dcc911

Complementary Color

#dcc911 #1124dc

#dcc911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc911 Color CSS Codes

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

#dcc911 Text Font Color

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

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


#dcc911 Background Color

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

This div background color is #dcc911


#dcc911 Border Color

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

This div border color is #dcc911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc911


Comments

No comments written yet.

Please login to write comment.