Color Hex Logo

#dcc611 Color Hex

#DCC611
(220,198,17)
0 Favorites   0 Comments

Color spaces of #dcc611

RGB 22019817
HSL0.150.860.46
HSV53°92°86°
CMYK 0.000.100.92   0.14
XYZ49.810555.64438.6454
Yxy55.64430.43660.4877
Hunter Lab74.5951-11.349045.3450
CIE-Lab79.4109-8.137478.5399

#dcc611 color RGB value is (220,198,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 00010001
Octal 334 306 21
Decimal 220 198 17
Hex DC C6 11

RGB Percentages of Color #dcc611

%50.57
%45.52
%3.91

CMYK Percentages of Color #dcc611

%0
%10
%92
%14

Triadic Colors of #dcc611

#dcc611 #11dcc6 #c611dc

Analogous Colors of #dcc611

#dcc611 #8ddc11 #dc6111

Monochromatic Colors of #dcc611

#dcc611

Complementary Color

#dcc611 #1127dc

#dcc611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc611 Color CSS Codes

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

#dcc611 Text Font Color

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

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


#dcc611 Background Color

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

This div background color is #dcc611


#dcc611 Border Color

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

This div border color is #dcc611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc611


Comments

No comments written yet.

Please login to write comment.