Color Hex Logo

#dcc539 Color Hex

#DCC539
(220,197,57)
0 Favorites   0 Comments

Color spaces of #dcc539

RGB 22019757
HSL0.140.700.54
HSV52°74°86°
CMYK 0.000.100.74   0.14
XYZ50.220055.443611.9257
Yxy55.44360.42710.4715
Hunter Lab74.4605-9.916142.6263
CIE-Lab79.2961-6.540668.6126

#dcc539 color RGB value is (220,197,57).

#dcc539 hex color red value is 220, green value is 197 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #dcc539 hue: 0.14 , saturation: 0.70 and the lightness value of dcc539 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 00111001
Octal 334 305 71
Decimal 220 197 57
Hex DC C5 39

RGB Percentages of Color #dcc539

%46.41
%41.56
%12.03

CMYK Percentages of Color #dcc539

%0
%10
%74
%14

Triadic Colors of #dcc539

#dcc539 #39dcc5 #c539dc

Analogous Colors of #dcc539

#dcc539 #a2dc39 #dc7439

Monochromatic Colors of #dcc539

#dcc539

Complementary Color

#dcc539 #3950dc

#dcc539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc539 Color CSS Codes

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

#dcc539 Text Font Color

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

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


#dcc539 Background Color

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

This div background color is #dcc539


#dcc539 Border Color

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

This div border color is #dcc539


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,197,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcc539">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc539


Comments

No comments written yet.

Please login to write comment.