Color Hex Logo

#dcc741 Color Hex

#DCC741
(220,199,65)
0 Favorites   0 Comments

Color spaces of #dcc741

RGB 22019965
HSL0.140.690.56
HSV52°70°86°
CMYK 0.000.100.70   0.14
XYZ50.892856.444113.2135
Yxy56.44410.42220.4682
Hunter Lab75.1293-10.559842.1628
CIE-Lab79.8659-7.199666.2676

#dcc741 color RGB value is (220,199,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01000001
Octal 334 307 101
Decimal 220 199 65
Hex DC C7 41

RGB Percentages of Color #dcc741

%45.45
%41.12
%13.43

CMYK Percentages of Color #dcc741

%0
%10
%70
%14

Triadic Colors of #dcc741

#dcc741 #41dcc7 #c741dc

Analogous Colors of #dcc741

#dcc741 #a4dc41 #dc7a41

Monochromatic Colors of #dcc741

#dcc741

Complementary Color

#dcc741 #4156dc

#dcc741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc741 Color CSS Codes

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

#dcc741 Text Font Color

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

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


#dcc741 Background Color

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

This div background color is #dcc741


#dcc741 Border Color

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

This div border color is #dcc741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc741


Comments

No comments written yet.

Please login to write comment.