Color Hex Logo

#dcc541 Color Hex

#DCC541
(220,197,65)
0 Favorites   0 Comments

Color spaces of #dcc541

RGB 22019765
HSL0.140.690.56
HSV51°70°86°
CMYK 0.000.100.70   0.14
XYZ50.435655.529813.0611
Yxy55.52980.42370.4665
Hunter Lab74.5183-9.594441.7708
CIE-Lab79.3455-6.175865.7525

#dcc541 color RGB value is (220,197,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01000001
Octal 334 305 101
Decimal 220 197 65
Hex DC C5 41

RGB Percentages of Color #dcc541

%45.64
%40.87
%13.49

CMYK Percentages of Color #dcc541

%0
%10
%70
%14

Triadic Colors of #dcc541

#dcc541 #41dcc5 #c541dc

Analogous Colors of #dcc541

#dcc541 #a6dc41 #dc7841

Monochromatic Colors of #dcc541

#dcc541

Complementary Color

#dcc541 #4158dc

#dcc541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc541 Color CSS Codes

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

#dcc541 Text Font Color

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

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


#dcc541 Background Color

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

This div background color is #dcc541


#dcc541 Border Color

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

This div border color is #dcc541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc541


Comments

No comments written yet.

Please login to write comment.