Color Hex Logo

#dcc15c Color Hex

#DCC15C
(220,193,92)
0 Favorites   0 Comments

Color spaces of #dcc15c

RGB 22019392
HSL0.130.650.61
HSV47°58°86°
CMYK 0.000.120.58   0.14
XYZ50.516954.128317.9105
Yxy54.12830.41220.4417
Hunter Lab73.5719-6.186937.0667
CIE-Lab78.5365-2.471453.4103

#dcc15c color RGB value is (220,193,92).

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

The process color (four color CMYK) of #dcc15c color hex is 0.00, 0.12, 0.58, 0.14. Web safe color of #dcc15c is #cccc66. Color #dcc15c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 01011100
Octal 334 301 134
Decimal 220 193 92
Hex DC C1 5C

RGB Percentages of Color #dcc15c

%43.56
%38.22
%18.22

CMYK Percentages of Color #dcc15c

%0
%12
%58
%14

Triadic Colors of #dcc15c

#dcc15c #5cdcc1 #c15cdc

Analogous Colors of #dcc15c

#dcc15c #b7dc5c #dc815c

Monochromatic Colors of #dcc15c

#dcc15c

Complementary Color

#dcc15c #5c77dc

#dcc15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc15c Color CSS Codes

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

#dcc15c Text Font Color

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

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


#dcc15c Background Color

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

This div background color is #dcc15c


#dcc15c Border Color

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

This div border color is #dcc15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc15c


Comments

No comments written yet.

Please login to write comment.