Color Hex Logo

#dcc73f Color Hex

#DCC73F
(220,199,63)
0 Favorites   0 Comments

Color spaces of #dcc73f

RGB 22019963
HSL0.140.690.55
HSV52°71°86°
CMYK 0.000.100.71   0.14
XYZ50.835856.421412.9137
Yxy56.42140.42300.4695
Hunter Lab75.1142-10.644542.3867
CIE-Lab79.8531-7.295867.0001

#dcc73f color RGB value is (220,199,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00111111
Octal 334 307 77
Decimal 220 199 63
Hex DC C7 3F

RGB Percentages of Color #dcc73f

%45.64
%41.29
%13.07

CMYK Percentages of Color #dcc73f

%0
%10
%71
%14

Triadic Colors of #dcc73f

#dcc73f #3fdcc7 #c73fdc

Analogous Colors of #dcc73f

#dcc73f #a3dc3f #dc793f

Monochromatic Colors of #dcc73f

#dcc73f

Complementary Color

#dcc73f #3f54dc

#dcc73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc73f Color CSS Codes

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

#dcc73f Text Font Color

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

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


#dcc73f Background Color

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

This div background color is #dcc73f


#dcc73f Border Color

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

This div border color is #dcc73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc73f


Comments

No comments written yet.

Please login to write comment.