Color Hex Logo

#dcc059 Color Hex

#DCC059
(220,192,89)
0 Favorites   0 Comments

Color spaces of #dcc059

RGB 22019289
HSL0.130.650.61
HSV47°60°86°
CMYK 0.000.130.60   0.14
XYZ50.168053.636217.1599
Yxy53.63620.41470.4434
Hunter Lab73.2367-5.889837.3736
CIE-Lab78.2491-2.167454.4675

#dcc059 color RGB value is (220,192,89).

#dcc059 hex color red value is 220, green value is 192 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dcc059 hue: 0.13 , saturation: 0.65 and the lightness value of dcc059 is 0.61.

The process color (four color CMYK) of #dcc059 color hex is 0.00, 0.13, 0.60, 0.14. Web safe color of #dcc059 is #cccc66. Color #dcc059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01011001
Octal 334 300 131
Decimal 220 192 89
Hex DC C0 59

RGB Percentages of Color #dcc059

%43.91
%38.32
%17.76

CMYK Percentages of Color #dcc059

%0
%13
%60
%14

Triadic Colors of #dcc059

#dcc059 #59dcc0 #c059dc

Analogous Colors of #dcc059

#dcc059 #b7dc59 #dc7f59

Monochromatic Colors of #dcc059

#dcc059

Complementary Color

#dcc059 #5975dc

#dcc059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc059 Color CSS Codes

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

#dcc059 Text Font Color

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

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


#dcc059 Background Color

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

This div background color is #dcc059


#dcc059 Border Color

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

This div border color is #dcc059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc059

#dcc059 Color Palettes


Comments

No comments written yet.

Please login to write comment.