Color Hex Logo

#dcc542 Color Hex

#DCC542
(220,197,66)
0 Favorites   0 Comments

Color spaces of #dcc542

RGB 22019766
HSL0.140.690.56
HSV51°70°86°
CMYK 0.000.100.70   0.14
XYZ50.464855.541513.2151
Yxy55.54150.42330.4659
Hunter Lab74.5262-9.550941.6549
CIE-Lab79.3522-6.126565.3779

#dcc542 color RGB value is (220,197,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01000010
Octal 334 305 102
Decimal 220 197 66
Hex DC C5 42

RGB Percentages of Color #dcc542

%45.55
%40.79
%13.66

CMYK Percentages of Color #dcc542

%0
%10
%70
%14

Triadic Colors of #dcc542

#dcc542 #42dcc5 #c542dc

Analogous Colors of #dcc542

#dcc542 #a6dc42 #dc7842

Monochromatic Colors of #dcc542

#dcc542

Complementary Color

#dcc542 #4259dc

#dcc542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc542 Color CSS Codes

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

#dcc542 Text Font Color

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

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


#dcc542 Background Color

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

This div background color is #dcc542


#dcc542 Border Color

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

This div border color is #dcc542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc542


Comments

No comments written yet.

Please login to write comment.