Color Hex Logo

#dcc22a Color Hex

#DCC22A
(220,194,42)
0 Favorites   0 Comments

Color spaces of #dcc22a

RGB 22019442
HSL0.140.720.51
HSV51°81°86°
CMYK 0.000.120.81   0.14
XYZ49.224953.966410.0126
Yxy53.96640.43480.4767
Hunter Lab73.4618-8.949943.3423
CIE-Lab78.4421-5.547472.5581

#dcc22a color RGB value is (220,194,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 00101010
Octal 334 302 52
Decimal 220 194 42
Hex DC C2 2A

RGB Percentages of Color #dcc22a

%48.25
%42.54
%9.21

CMYK Percentages of Color #dcc22a

%0
%12
%81
%14

Triadic Colors of #dcc22a

#dcc22a #2adcc2 #c22adc

Analogous Colors of #dcc22a

#dcc22a #9ddc2a #dc692a

Monochromatic Colors of #dcc22a

#dcc22a

Complementary Color

#dcc22a #2a44dc

#dcc22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc22a Color CSS Codes

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

#dcc22a Text Font Color

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

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


#dcc22a Background Color

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

This div background color is #dcc22a


#dcc22a Border Color

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

This div border color is #dcc22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc22a


Comments

No comments written yet.

Please login to write comment.