Color Hex Logo

#dcc320 Color Hex

#DCC320
(220,195,32)
0 Favorites   0 Comments

Color spaces of #dcc320

RGB 22019532
HSL0.140.750.49
HSV52°85°86°
CMYK 0.000.110.85   0.14
XYZ49.291054.35019.2592
Yxy54.35010.43660.4814
Hunter Lab73.7225-9.669044.1592
CIE-Lab78.6654-6.330375.2665

#dcc320 color RGB value is (220,195,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00100000
Octal 334 303 40
Decimal 220 195 32
Hex DC C3 20

RGB Percentages of Color #dcc320

%49.22
%43.62
%7.16

CMYK Percentages of Color #dcc320

%0
%11
%85
%14

Triadic Colors of #dcc320

#dcc320 #20dcc3 #c320dc

Analogous Colors of #dcc320

#dcc320 #97dc20 #dc6520

Monochromatic Colors of #dcc320

#dcc320

Complementary Color

#dcc320 #2039dc

#dcc320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc320 Color CSS Codes

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

#dcc320 Text Font Color

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

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


#dcc320 Background Color

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

This div background color is #dcc320


#dcc320 Border Color

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

This div border color is #dcc320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc320


Comments

No comments written yet.

Please login to write comment.