Color Hex Logo

#dcc33e Color Hex

#DCC33E
(220,195,62)
0 Favorites   0 Comments

Color spaces of #dcc33e

RGB 22019562
HSL0.140.690.55
HSV51°72°86°
CMYK 0.000.110.72   0.14
XYZ49.899854.593712.4651
Yxy54.59370.42660.4668
Hunter Lab73.8875-8.753641.7188
CIE-Lab78.8067-5.291966.3472

#dcc33e color RGB value is (220,195,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 00111110
Octal 334 303 76
Decimal 220 195 62
Hex DC C3 3E

RGB Percentages of Color #dcc33e

%46.12
%40.88
%13.00

CMYK Percentages of Color #dcc33e

%0
%11
%72
%14

Triadic Colors of #dcc33e

#dcc33e #3edcc3 #c33edc

Analogous Colors of #dcc33e

#dcc33e #a6dc3e #dc743e

Monochromatic Colors of #dcc33e

#dcc33e

Complementary Color

#dcc33e #3e57dc

#dcc33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc33e Color CSS Codes

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

#dcc33e Text Font Color

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

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


#dcc33e Background Color

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

This div background color is #dcc33e


#dcc33e Border Color

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

This div border color is #dcc33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc33e


Comments

No comments written yet.

Please login to write comment.