Color Hex Logo

#dcc22c Color Hex

#DCC22C
(220,194,44)
0 Favorites   0 Comments

Color spaces of #dcc22c

RGB 22019444
HSL0.140.720.52
HSV51°80°86°
CMYK 0.000.120.80   0.14
XYZ49.261653.981110.2059
Yxy53.98110.43420.4758
Hunter Lab73.4718-8.894543.1944
CIE-Lab78.4507-5.484671.9956

#dcc22c color RGB value is (220,194,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 00101100
Octal 334 302 54
Decimal 220 194 44
Hex DC C2 2C

RGB Percentages of Color #dcc22c

%48.03
%42.36
%9.61

CMYK Percentages of Color #dcc22c

%0
%12
%80
%14

Triadic Colors of #dcc22c

#dcc22c #2cdcc2 #c22cdc

Analogous Colors of #dcc22c

#dcc22c #9edc2c #dc6a2c

Monochromatic Colors of #dcc22c

#dcc22c

Complementary Color

#dcc22c #2c46dc

#dcc22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc22c Color CSS Codes

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

#dcc22c Text Font Color

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

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


#dcc22c Background Color

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

This div background color is #dcc22c


#dcc22c Border Color

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

This div border color is #dcc22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc22c


Comments

No comments written yet.

Please login to write comment.