Color Hex Logo

#dcd541 Color Hex

#DCD541
(220,213,65)
0 Favorites   0 Comments

Color spaces of #dcd541

RGB 22021365
HSL0.160.690.56
HSV57°70°86°
CMYK 0.000.030.70   0.14
XYZ54.263663.185814.3371
Yxy63.18580.41180.4795
Hunter Lab79.4895-17.253444.9488
CIE-Lab83.5400-14.263469.8717

#dcd541 color RGB value is (220,213,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01000001
Octal 334 325 101
Decimal 220 213 65
Hex DC D5 41

RGB Percentages of Color #dcd541

%44.18
%42.77
%13.05

CMYK Percentages of Color #dcd541

%0
%3
%70
%14

Triadic Colors of #dcd541

#dcd541 #41dcd5 #d541dc

Analogous Colors of #dcd541

#dcd541 #96dc41 #dc8841

Monochromatic Colors of #dcd541

#dcd541

Complementary Color

#dcd541 #4148dc

#dcd541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd541 Color CSS Codes

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

#dcd541 Text Font Color

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

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


#dcd541 Background Color

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

This div background color is #dcd541


#dcd541 Border Color

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

This div border color is #dcd541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd541


Comments

No comments written yet.

Please login to write comment.