Color Hex Logo

#dcc73a Color Hex

#DCC73A
(220,199,58)
0 Favorites   0 Comments

Color spaces of #dcc73a

RGB 22019958
HSL0.150.700.55
HSV52°74°86°
CMYK 0.000.100.74   0.14
XYZ50.702356.368012.2108
Yxy56.36800.42510.4726
Hunter Lab75.0786-10.842542.9121
CIE-Lab79.8228-7.521068.7641

#dcc73a color RGB value is (220,199,58).

#dcc73a hex color red value is 220, green value is 199 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dcc73a hue: 0.15 , saturation: 0.70 and the lightness value of dcc73a is 0.55.

The process color (four color CMYK) of #dcc73a color hex is 0.00, 0.10, 0.74, 0.14. Web safe color of #dcc73a is #cccc33. Color #dcc73a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00111010
Octal 334 307 72
Decimal 220 199 58
Hex DC C7 3A

RGB Percentages of Color #dcc73a

%46.12
%41.72
%12.16

CMYK Percentages of Color #dcc73a

%0
%10
%74
%14

Triadic Colors of #dcc73a

#dcc73a #3adcc7 #c73adc

Analogous Colors of #dcc73a

#dcc73a #a0dc3a #dc763a

Monochromatic Colors of #dcc73a

#dcc73a

Complementary Color

#dcc73a #3a4fdc

#dcc73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc73a Color CSS Codes

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

#dcc73a Text Font Color

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

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


#dcc73a Background Color

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

This div background color is #dcc73a


#dcc73a Border Color

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

This div border color is #dcc73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc73a


Comments

No comments written yet.

Please login to write comment.