Color Hex Logo

#dcd041 Color Hex

#DCD041
(220,208,65)
0 Favorites   0 Comments

Color spaces of #dcd041

RGB 22020865
HSL0.150.690.56
HSV55°70°86°
CMYK 0.000.050.70   0.14
XYZ53.025260.709013.9243
Yxy60.70900.41540.4756
Hunter Lab77.9160-14.876043.9455
CIE-Lab82.2221-11.762168.5854

#dcd041 color RGB value is (220,208,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 01000001
Octal 334 320 101
Decimal 220 208 65
Hex DC D0 41

RGB Percentages of Color #dcd041

%44.62
%42.19
%13.18

CMYK Percentages of Color #dcd041

%0
%5
%70
%14

Triadic Colors of #dcd041

#dcd041 #41dcd0 #d041dc

Analogous Colors of #dcd041

#dcd041 #9bdc41 #dc8341

Monochromatic Colors of #dcd041

#dcd041

Complementary Color

#dcd041 #414ddc

#dcd041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd041 Color CSS Codes

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

#dcd041 Text Font Color

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

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


#dcd041 Background Color

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

This div background color is #dcd041


#dcd041 Border Color

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

This div border color is #dcd041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd041


Comments

No comments written yet.

Please login to write comment.