Color Hex Logo

#dcc02a Color Hex

#DCC02A
(220,192,42)
0 Favorites   0 Comments

Color spaces of #dcc02a

RGB 22019242
HSL0.140.720.51
HSV51°81°86°
CMYK 0.000.130.81   0.14
XYZ48.782853.08219.8652
Yxy53.08210.43660.4751
Hunter Lab72.8575-7.983242.9721
CIE-Lab77.9234-4.517472.1089

#dcc02a color RGB value is (220,192,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 00101010
Octal 334 300 52
Decimal 220 192 42
Hex DC C0 2A

RGB Percentages of Color #dcc02a

%48.46
%42.29
%9.25

CMYK Percentages of Color #dcc02a

%0
%13
%81
%14

Triadic Colors of #dcc02a

#dcc02a #2adcc0 #c02adc

Analogous Colors of #dcc02a

#dcc02a #9fdc2a #dc672a

Monochromatic Colors of #dcc02a

#dcc02a

Complementary Color

#dcc02a #2a46dc

#dcc02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc02a Color CSS Codes

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

#dcc02a Text Font Color

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

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


#dcc02a Background Color

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

This div background color is #dcc02a


#dcc02a Border Color

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

This div border color is #dcc02a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,192,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 #dcc02a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc02a


Comments

No comments written yet.

Please login to write comment.