Color Hex Logo

#dcc641 Color Hex

#DCC641
(220,198,65)
0 Favorites   0 Comments

Color spaces of #dcc641

RGB 22019865
HSL0.140.690.56
HSV51°70°86°
CMYK 0.000.100.70   0.14
XYZ50.663455.985513.1371
Yxy55.98550.42290.4674
Hunter Lab74.8235-10.077741.9666
CIE-Lab79.6056-6.688466.0100

#dcc641 color RGB value is (220,198,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01000001
Octal 334 306 101
Decimal 220 198 65
Hex DC C6 41

RGB Percentages of Color #dcc641

%45.55
%40.99
%13.46

CMYK Percentages of Color #dcc641

%0
%10
%70
%14

Triadic Colors of #dcc641

#dcc641 #41dcc6 #c641dc

Analogous Colors of #dcc641

#dcc641 #a5dc41 #dc7941

Monochromatic Colors of #dcc641

#dcc641

Complementary Color

#dcc641 #4157dc

#dcc641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc641 Color CSS Codes

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

#dcc641 Text Font Color

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

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


#dcc641 Background Color

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

This div background color is #dcc641


#dcc641 Border Color

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

This div border color is #dcc641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc641


Comments

No comments written yet.

Please login to write comment.