Color Hex Logo

#dcc21f Color Hex

#DCC21F
(220,194,31)
0 Favorites   0 Comments

Color spaces of #dcc21f

RGB 22019431
HSL0.140.750.49
HSV52°86°86°
CMYK 0.000.120.86   0.14
XYZ49.054353.89819.1143
Yxy53.89810.43770.4809
Hunter Lab73.4153-9.207544.0300
CIE-Lab78.4023-5.840075.2740

#dcc21f color RGB value is (220,194,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 00011111
Octal 334 302 37
Decimal 220 194 31
Hex DC C2 1F

RGB Percentages of Color #dcc21f

%49.44
%43.60
%6.97

CMYK Percentages of Color #dcc21f

%0
%12
%86
%14

Triadic Colors of #dcc21f

#dcc21f #1fdcc2 #c21fdc

Analogous Colors of #dcc21f

#dcc21f #98dc1f #dc641f

Monochromatic Colors of #dcc21f

#dcc21f

Complementary Color

#dcc21f #1f39dc

#dcc21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc21f Color CSS Codes

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

#dcc21f Text Font Color

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

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


#dcc21f Background Color

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

This div background color is #dcc21f


#dcc21f Border Color

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

This div border color is #dcc21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc21f


Comments

No comments written yet.

Please login to write comment.