Color Hex Logo

#dcc40e Color Hex

#DCC40E
(220,196,14)
0 Favorites   0 Comments

Color spaces of #dcc40e

RGB 22019614
HSL0.150.880.46
HSV53°94°86°
CMYK 0.000.110.94   0.14
XYZ49.334454.72728.3787
Yxy54.72720.43880.4867
Hunter Lab73.9778-10.423045.0693
CIE-Lab78.8839-7.153978.5244

#dcc40e color RGB value is (220,196,14).

#dcc40e hex color red value is 220, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dcc40e hue: 0.15 , saturation: 0.88 and the lightness value of dcc40e is 0.46.

The process color (four color CMYK) of #dcc40e color hex is 0.00, 0.11, 0.94, 0.14. Web safe color of #dcc40e is #cccc00. Color #dcc40e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 00001110
Octal 334 304 16
Decimal 220 196 14
Hex DC C4 E

RGB Percentages of Color #dcc40e

%51.16
%45.58
%3.26

CMYK Percentages of Color #dcc40e

%0
%11
%94
%14

Triadic Colors of #dcc40e

#dcc40e #0edcc4 #c40edc

Analogous Colors of #dcc40e

#dcc40e #8ddc0e #dc5d0e

Monochromatic Colors of #dcc40e

#dcc40e

Complementary Color

#dcc40e #0e26dc

#dcc40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc40e Color CSS Codes

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

#dcc40e Text Font Color

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

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


#dcc40e Background Color

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

This div background color is #dcc40e


#dcc40e Border Color

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

This div border color is #dcc40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc40e


Comments

No comments written yet.

Please login to write comment.