Color Hex Logo

#dcc10c Color Hex

#DCC10C
(220,193,12)
0 Favorites   0 Comments

Color spaces of #dcc10c

RGB 22019312
HSL0.150.900.45
HSV52°95°86°
CMYK 0.000.120.95   0.14
XYZ48.651553.38218.0874
Yxy53.38210.44180.4848
Hunter Lab73.0631-9.000144.5813
CIE-Lab78.1001-5.638178.1705

#dcc10c color RGB value is (220,193,12).

#dcc10c hex color red value is 220, green value is 193 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dcc10c hue: 0.15 , saturation: 0.90 and the lightness value of dcc10c is 0.45.

The process color (four color CMYK) of #dcc10c color hex is 0.00, 0.12, 0.95, 0.14. Web safe color of #dcc10c is #cccc00. Color #dcc10c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 00001100
Octal 334 301 14
Decimal 220 193 12
Hex DC C1 C

RGB Percentages of Color #dcc10c

%51.76
%45.41
%2.82

CMYK Percentages of Color #dcc10c

%0
%12
%95
%14

Triadic Colors of #dcc10c

#dcc10c #0cdcc1 #c10cdc

Analogous Colors of #dcc10c

#dcc10c #8fdc0c #dc590c

Monochromatic Colors of #dcc10c

#dcc10c

Complementary Color

#dcc10c #0c27dc

#dcc10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc10c Color CSS Codes

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

#dcc10c Text Font Color

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

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


#dcc10c Background Color

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

This div background color is #dcc10c


#dcc10c Border Color

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

This div border color is #dcc10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc10c


Comments

No comments written yet.

Please login to write comment.