Color Hex Logo

#dcc94a Color Hex

#DCC94A
(220,201,74)
0 Favorites   0 Comments

Color spaces of #dcc94a

RGB 22020174
HSL0.140.680.58
HSV52°66°86°
CMYK 0.000.090.66   0.14
XYZ51.637957.483314.8524
Yxy57.48330.41650.4637
Hunter Lab75.8177-11.108441.4577
CIE-Lab80.4507-7.748263.3405

#dcc94a color RGB value is (220,201,74).

#dcc94a hex color red value is 220, green value is 201 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dcc94a hue: 0.14 , saturation: 0.68 and the lightness value of dcc94a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01001010
Octal 334 311 112
Decimal 220 201 74
Hex DC C9 4A

RGB Percentages of Color #dcc94a

%44.44
%40.61
%14.95

CMYK Percentages of Color #dcc94a

%0
%9
%66
%14

Triadic Colors of #dcc94a

#dcc94a #4adcc9 #c94adc

Analogous Colors of #dcc94a

#dcc94a #a6dc4a #dc804a

Monochromatic Colors of #dcc94a

#dcc94a

Complementary Color

#dcc94a #4a5ddc

#dcc94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc94a Color CSS Codes

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

#dcc94a Text Font Color

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

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


#dcc94a Background Color

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

This div background color is #dcc94a


#dcc94a Border Color

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

This div border color is #dcc94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc94a


Comments

No comments written yet.

Please login to write comment.