Color Hex Logo

#dcc11f Color Hex

#DCC11F
(220,193,31)
0 Favorites   0 Comments

Color spaces of #dcc11f

RGB 22019331
HSL0.140.750.49
HSV51°86°86°
CMYK 0.000.120.86   0.14
XYZ48.832553.45459.0403
Yxy53.45450.43860.4802
Hunter Lab73.1126-8.725443.8477
CIE-Lab78.1426-5.326075.0637

#dcc11f color RGB value is (220,193,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 00011111
Octal 334 301 37
Decimal 220 193 31
Hex DC C1 1F

RGB Percentages of Color #dcc11f

%49.55
%43.47
%6.98

CMYK Percentages of Color #dcc11f

%0
%12
%86
%14

Triadic Colors of #dcc11f

#dcc11f #1fdcc1 #c11fdc

Analogous Colors of #dcc11f

#dcc11f #99dc1f #dc621f

Monochromatic Colors of #dcc11f

#dcc11f

Complementary Color

#dcc11f #1f3adc

#dcc11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc11f Color CSS Codes

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

#dcc11f Text Font Color

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

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


#dcc11f Background Color

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

This div background color is #dcc11f


#dcc11f Border Color

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

This div border color is #dcc11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc11f


Comments

No comments written yet.

Please login to write comment.