Color Hex Logo

#dcc241 Color Hex

#DCC241
(220,194,65)
0 Favorites   0 Comments

Color spaces of #dcc241

RGB 22019465
HSL0.140.690.56
HSV50°70°86°
CMYK 0.000.120.70   0.14
XYZ49.761154.180912.8363
Yxy54.18090.42610.4640
Hunter Lab73.6077-8.141841.1859
CIE-Lab78.5671-4.633464.9796

#dcc241 color RGB value is (220,194,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01000001
Octal 334 302 101
Decimal 220 194 65
Hex DC C2 41

RGB Percentages of Color #dcc241

%45.93
%40.50
%13.57

CMYK Percentages of Color #dcc241

%0
%12
%70
%14

Triadic Colors of #dcc241

#dcc241 #41dcc2 #c241dc

Analogous Colors of #dcc241

#dcc241 #a9dc41 #dc7541

Monochromatic Colors of #dcc241

#dcc241

Complementary Color

#dcc241 #415bdc

#dcc241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc241 Color CSS Codes

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

#dcc241 Text Font Color

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

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


#dcc241 Background Color

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

This div background color is #dcc241


#dcc241 Border Color

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

This div border color is #dcc241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc241


Comments

No comments written yet.

Please login to write comment.