Color Hex Logo

#dcc240 Color Hex

#DCC240
(220,194,64)
0 Favorites   0 Comments

Color spaces of #dcc240

RGB 22019464
HSL0.140.690.56
HSV50°71°86°
CMYK 0.000.120.71   0.14
XYZ49.732454.169412.6850
Yxy54.16940.42660.4646
Hunter Lab73.5999-8.185041.3012
CIE-Lab78.5604-4.682065.3549

#dcc240 color RGB value is (220,194,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01000000
Octal 334 302 100
Decimal 220 194 64
Hex DC C2 40

RGB Percentages of Color #dcc240

%46.03
%40.59
%13.39

CMYK Percentages of Color #dcc240

%0
%12
%71
%14

Triadic Colors of #dcc240

#dcc240 #40dcc2 #c240dc

Analogous Colors of #dcc240

#dcc240 #a8dc40 #dc7440

Monochromatic Colors of #dcc240

#dcc240

Complementary Color

#dcc240 #405adc

#dcc240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc240 Color CSS Codes

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

#dcc240 Text Font Color

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

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


#dcc240 Background Color

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

This div background color is #dcc240


#dcc240 Border Color

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

This div border color is #dcc240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc240


Comments

No comments written yet.

Please login to write comment.