Color Hex Logo

#dcc040 Color Hex

#DCC040
(220,192,64)
0 Favorites   0 Comments

Color spaces of #dcc040

RGB 22019264
HSL0.140.690.56
HSV49°71°86°
CMYK 0.000.130.71   0.14
XYZ49.290353.285112.5377
Yxy53.28510.42820.4629
Hunter Lab72.9966-7.213740.9142
CIE-Lab78.0430-3.649464.8425

#dcc040 color RGB value is (220,192,64).

#dcc040 hex color red value is 220, green value is 192 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dcc040 hue: 0.14 , saturation: 0.69 and the lightness value of dcc040 is 0.56.

The process color (four color CMYK) of #dcc040 color hex is 0.00, 0.13, 0.71, 0.14. Web safe color of #dcc040 is #cccc33. Color #dcc040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01000000
Octal 334 300 100
Decimal 220 192 64
Hex DC C0 40

RGB Percentages of Color #dcc040

%46.22
%40.34
%13.45

CMYK Percentages of Color #dcc040

%0
%13
%71
%14

Triadic Colors of #dcc040

#dcc040 #40dcc0 #c040dc

Analogous Colors of #dcc040

#dcc040 #aadc40 #dc7240

Monochromatic Colors of #dcc040

#dcc040

Complementary Color

#dcc040 #405cdc

#dcc040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc040 Color CSS Codes

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

#dcc040 Text Font Color

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

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


#dcc040 Background Color

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

This div background color is #dcc040


#dcc040 Border Color

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

This div border color is #dcc040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc040


Comments

No comments written yet.

Please login to write comment.