Color Hex Logo

#dcc422 Color Hex

#DCC422
(220,196,34)
0 Favorites   0 Comments

Color spaces of #dcc422

RGB 22019634
HSL0.150.730.50
HSV52°85°86°
CMYK 0.000.110.85   0.14
XYZ49.543954.81109.4817
Yxy54.81100.43520.4815
Hunter Lab74.0345-10.108044.2308
CIE-Lab78.9323-6.794675.0277

#dcc422 color RGB value is (220,196,34).

#dcc422 hex color red value is 220, green value is 196 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dcc422 hue: 0.15 , saturation: 0.73 and the lightness value of dcc422 is 0.50.

The process color (four color CMYK) of #dcc422 color hex is 0.00, 0.11, 0.85, 0.14. Web safe color of #dcc422 is #cccc33. Color #dcc422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 00100010
Octal 334 304 42
Decimal 220 196 34
Hex DC C4 22

RGB Percentages of Color #dcc422

%48.89
%43.56
%7.56

CMYK Percentages of Color #dcc422

%0
%11
%85
%14

Triadic Colors of #dcc422

#dcc422 #22dcc4 #c422dc

Analogous Colors of #dcc422

#dcc422 #97dc22 #dc6722

Monochromatic Colors of #dcc422

#dcc422

Complementary Color

#dcc422 #223adc

#dcc422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc422 Color CSS Codes

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

#dcc422 Text Font Color

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

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


#dcc422 Background Color

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

This div background color is #dcc422


#dcc422 Border Color

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

This div border color is #dcc422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc422


Comments

No comments written yet.

Please login to write comment.