Color Hex Logo

#dcc920 Color Hex

#DCC920
(220,201,32)
0 Favorites   0 Comments

Color spaces of #dcc920

RGB 22020132
HSL0.150.750.49
HSV54°85°86°
CMYK 0.000.090.85   0.14
XYZ50.662657.09329.7164
Yxy57.09320.43130.4860
Hunter Lab75.5600-12.546845.2678
CIE-Lab80.2320-9.390676.5431

#dcc920 color RGB value is (220,201,32).

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

The process color (four color CMYK) of #dcc920 color hex is 0.00, 0.09, 0.85, 0.14. Web safe color of #dcc920 is #cccc33. Color #dcc920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00100000
Octal 334 311 40
Decimal 220 201 32
Hex DC C9 20

RGB Percentages of Color #dcc920

%48.57
%44.37
%7.06

CMYK Percentages of Color #dcc920

%0
%9
%85
%14

Triadic Colors of #dcc920

#dcc920 #20dcc9 #c920dc

Analogous Colors of #dcc920

#dcc920 #91dc20 #dc6b20

Monochromatic Colors of #dcc920

#dcc920

Complementary Color

#dcc920 #2033dc

#dcc920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc920 Color CSS Codes

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

#dcc920 Text Font Color

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

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


#dcc920 Background Color

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

This div background color is #dcc920


#dcc920 Border Color

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

This div border color is #dcc920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc920


Comments

No comments written yet.

Please login to write comment.