Color Hex Logo

#dcc12a Color Hex

#DCC12A
(220,193,42)
0 Favorites   0 Comments

Color spaces of #dcc12a

RGB 22019342
HSL0.140.720.51
HSV51°81°86°
CMYK 0.000.120.81   0.14
XYZ49.003153.52279.9387
Yxy53.52270.43570.4759
Hunter Lab73.1592-8.466743.1569
CIE-Lab78.1826-5.032772.3332

#dcc12a color RGB value is (220,193,42).

#dcc12a hex color red value is 220, green value is 193 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dcc12a hue: 0.14 , saturation: 0.72 and the lightness value of dcc12a is 0.51.

The process color (four color CMYK) of #dcc12a color hex is 0.00, 0.12, 0.81, 0.14. Web safe color of #dcc12a is #cccc33. Color #dcc12a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 00101010
Octal 334 301 52
Decimal 220 193 42
Hex DC C1 2A

RGB Percentages of Color #dcc12a

%48.35
%42.42
%9.23

CMYK Percentages of Color #dcc12a

%0
%12
%81
%14

Triadic Colors of #dcc12a

#dcc12a #2adcc1 #c12adc

Analogous Colors of #dcc12a

#dcc12a #9edc2a #dc682a

Monochromatic Colors of #dcc12a

#dcc12a

Complementary Color

#dcc12a #2a45dc

#dcc12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc12a Color CSS Codes

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

#dcc12a Text Font Color

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

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


#dcc12a Background Color

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

This div background color is #dcc12a


#dcc12a Border Color

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

This div border color is #dcc12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc12a


Comments

No comments written yet.

Please login to write comment.