Color Hex Logo

#dcc349 Color Hex

#DCC349
(220,195,73)
0 Favorites   0 Comments

Color spaces of #dcc349

RGB 22019573
HSL0.140.680.57
HSV50°67°86°
CMYK 0.000.110.67   0.14
XYZ50.232954.726914.2191
Yxy54.72690.42150.4592
Hunter Lab73.9776-8.254340.3883
CIE-Lab78.8837-4.728462.1234

#dcc349 color RGB value is (220,195,73).

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

The process color (four color CMYK) of #dcc349 color hex is 0.00, 0.11, 0.67, 0.14. Web safe color of #dcc349 is #cccc33. Color #dcc349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01001001
Octal 334 303 111
Decimal 220 195 73
Hex DC C3 49

RGB Percentages of Color #dcc349

%45.08
%39.96
%14.96

CMYK Percentages of Color #dcc349

%0
%11
%67
%14

Triadic Colors of #dcc349

#dcc349 #49dcc3 #c349dc

Analogous Colors of #dcc349

#dcc349 #acdc49 #dc7a49

Monochromatic Colors of #dcc349

#dcc349

Complementary Color

#dcc349 #4962dc

#dcc349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc349 Color CSS Codes

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

#dcc349 Text Font Color

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

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


#dcc349 Background Color

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

This div background color is #dcc349


#dcc349 Border Color

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

This div border color is #dcc349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc349


Comments

No comments written yet.

Please login to write comment.