Color Hex Logo

#dcc11e Color Hex

#DCC11E
(220,193,30)
0 Favorites   0 Comments

Color spaces of #dcc11e

RGB 22019330
HSL0.140.760.49
HSV51°86°86°
CMYK 0.000.120.86   0.14
XYZ48.819553.44938.9720
Yxy53.44930.43890.4805
Hunter Lab73.1090-8.745143.9002
CIE-Lab78.1395-5.348475.2787

#dcc11e color RGB value is (220,193,30).

#dcc11e hex color red value is 220, green value is 193 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dcc11e hue: 0.14 , saturation: 0.76 and the lightness value of dcc11e is 0.49.

The process color (four color CMYK) of #dcc11e color hex is 0.00, 0.12, 0.86, 0.14. Web safe color of #dcc11e is #cccc33. Color #dcc11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 00011110
Octal 334 301 36
Decimal 220 193 30
Hex DC C1 1E

RGB Percentages of Color #dcc11e

%49.66
%43.57
%6.77

CMYK Percentages of Color #dcc11e

%0
%12
%86
%14

Triadic Colors of #dcc11e

#dcc11e #1edcc1 #c11edc

Analogous Colors of #dcc11e

#dcc11e #98dc1e #dc621e

Monochromatic Colors of #dcc11e

#dcc11e

Complementary Color

#dcc11e #1e39dc

#dcc11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc11e Color CSS Codes

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

#dcc11e Text Font Color

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

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


#dcc11e Background Color

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

This div background color is #dcc11e


#dcc11e Border Color

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

This div border color is #dcc11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc11e


Comments

No comments written yet.

Please login to write comment.