Color Hex Logo

#dcc649 Color Hex

#DCC649
(220,198,73)
0 Favorites   0 Comments

Color spaces of #dcc649

RGB 22019873
HSL0.140.680.57
HSV51°67°86°
CMYK 0.000.100.67   0.14
XYZ50.911956.084814.4454
Yxy56.08480.41920.4618
Hunter Lab74.8898-9.708540.9865
CIE-Lab79.6621-6.270162.9300

#dcc649 color RGB value is (220,198,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01001001
Octal 334 306 111
Decimal 220 198 73
Hex DC C6 49

RGB Percentages of Color #dcc649

%44.81
%40.33
%14.87

CMYK Percentages of Color #dcc649

%0
%10
%67
%14

Triadic Colors of #dcc649

#dcc649 #49dcc6 #c649dc

Analogous Colors of #dcc649

#dcc649 #a9dc49 #dc7d49

Monochromatic Colors of #dcc649

#dcc649

Complementary Color

#dcc649 #495fdc

#dcc649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc649 Color CSS Codes

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

#dcc649 Text Font Color

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

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


#dcc649 Background Color

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

This div background color is #dcc649


#dcc649 Border Color

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

This div border color is #dcc649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc649


Comments

No comments written yet.

Please login to write comment.