Color Hex Logo

#dcc33a Color Hex

#DCC33A
(220,195,58)
0 Favorites   0 Comments

Color spaces of #dcc33a

RGB 22019558
HSL0.140.700.55
HSV51°74°86°
CMYK 0.000.110.74   0.14
XYZ49.794054.551311.9080
Yxy54.55130.42830.4692
Hunter Lab73.8589-8.912242.1421
CIE-Lab78.7821-5.471367.7738

#dcc33a color RGB value is (220,195,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00111010
Octal 334 303 72
Decimal 220 195 58
Hex DC C3 3A

RGB Percentages of Color #dcc33a

%46.51
%41.23
%12.26

CMYK Percentages of Color #dcc33a

%0
%11
%74
%14

Triadic Colors of #dcc33a

#dcc33a #3adcc3 #c33adc

Analogous Colors of #dcc33a

#dcc33a #a4dc3a #dc723a

Monochromatic Colors of #dcc33a

#dcc33a

Complementary Color

#dcc33a #3a53dc

#dcc33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc33a Color CSS Codes

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

#dcc33a Text Font Color

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

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


#dcc33a Background Color

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

This div background color is #dcc33a


#dcc33a Border Color

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

This div border color is #dcc33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc33a


Comments

No comments written yet.

Please login to write comment.