Color Hex Logo

#dcc32c Color Hex

#DCC32C
(220,195,44)
0 Favorites   0 Comments

Color spaces of #dcc32c

RGB 22019544
HSL0.140.720.52
HSV51°80°86°
CMYK 0.000.110.80   0.14
XYZ49.484954.427710.2803
Yxy54.42770.43330.4766
Hunter Lab73.7751-9.377043.3807
CIE-Lab78.7105-5.998372.2232

#dcc32c color RGB value is (220,195,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00101100
Octal 334 303 54
Decimal 220 195 44
Hex DC C3 2C

RGB Percentages of Color #dcc32c

%47.93
%42.48
%9.59

CMYK Percentages of Color #dcc32c

%0
%11
%80
%14

Triadic Colors of #dcc32c

#dcc32c #2cdcc3 #c32cdc

Analogous Colors of #dcc32c

#dcc32c #9ddc2c #dc6b2c

Monochromatic Colors of #dcc32c

#dcc32c

Complementary Color

#dcc32c #2c45dc

#dcc32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc32c Color CSS Codes

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

#dcc32c Text Font Color

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

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


#dcc32c Background Color

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

This div background color is #dcc32c


#dcc32c Border Color

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

This div border color is #dcc32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc32c


Comments

No comments written yet.

Please login to write comment.