Color Hex Logo

#dcc057 Color Hex

#DCC057
(220,192,87)
0 Favorites   0 Comments

Color spaces of #dcc057

RGB 22019287
HSL0.130.660.60
HSV47°60°86°
CMYK 0.000.130.60   0.14
XYZ50.085153.603016.7235
Yxy53.60300.41590.4452
Hunter Lab73.2141-6.014337.7069
CIE-Lab78.2297-2.306255.3577

#dcc057 color RGB value is (220,192,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01010111
Octal 334 300 127
Decimal 220 192 87
Hex DC C0 57

RGB Percentages of Color #dcc057

%44.09
%38.48
%17.43

CMYK Percentages of Color #dcc057

%0
%13
%60
%14

Triadic Colors of #dcc057

#dcc057 #57dcc0 #c057dc

Analogous Colors of #dcc057

#dcc057 #b6dc57 #dc7e57

Monochromatic Colors of #dcc057

#dcc057

Complementary Color

#dcc057 #5773dc

#dcc057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc057 Color CSS Codes

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

#dcc057 Text Font Color

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

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


#dcc057 Background Color

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

This div background color is #dcc057


#dcc057 Border Color

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

This div border color is #dcc057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc057


Comments

No comments written yet.

Please login to write comment.