Color Hex Logo

#dcc149 Color Hex

#DCC149
(220,193,73)
0 Favorites   0 Comments

Color spaces of #dcc149

RGB 22019373
HSL0.140.680.57
HSV49°67°86°
CMYK 0.000.120.67   0.14
XYZ49.787853.836614.0707
Yxy53.83660.42300.4574
Hunter Lab73.3734-7.281739.9915
CIE-Lab78.3664-3.696161.5857

#dcc149 color RGB value is (220,193,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 01001001
Octal 334 301 111
Decimal 220 193 73
Hex DC C1 49

RGB Percentages of Color #dcc149

%45.27
%39.71
%15.02

CMYK Percentages of Color #dcc149

%0
%12
%67
%14

Triadic Colors of #dcc149

#dcc149 #49dcc1 #c149dc

Analogous Colors of #dcc149

#dcc149 #aedc49 #dc7849

Monochromatic Colors of #dcc149

#dcc149

Complementary Color

#dcc149 #4964dc

#dcc149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc149 Color CSS Codes

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

#dcc149 Text Font Color

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

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


#dcc149 Background Color

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

This div background color is #dcc149


#dcc149 Border Color

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

This div border color is #dcc149


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,193,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 #dcc149">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc149


Comments

No comments written yet.

Please login to write comment.