Color Hex Logo

#dcc35e Color Hex

#DCC35E
(220,195,94)
0 Favorites   0 Comments

Color spaces of #dcc35e

RGB 22019594
HSL0.130.640.62
HSV48°57°86°
CMYK 0.000.110.57   0.14
XYZ51.050755.054018.5255
Yxy55.05400.40960.4417
Hunter Lab74.1984-7.033837.1356
CIE-Lab79.0724-3.359753.0940

#dcc35e color RGB value is (220,195,94).

#dcc35e hex color red value is 220, green value is 195 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dcc35e hue: 0.13 , saturation: 0.64 and the lightness value of dcc35e is 0.62.

The process color (four color CMYK) of #dcc35e color hex is 0.00, 0.11, 0.57, 0.14. Web safe color of #dcc35e is #cccc66. Color #dcc35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01011110
Octal 334 303 136
Decimal 220 195 94
Hex DC C3 5E

RGB Percentages of Color #dcc35e

%43.22
%38.31
%18.47

CMYK Percentages of Color #dcc35e

%0
%11
%57
%14

Triadic Colors of #dcc35e

#dcc35e #5edcc3 #c35edc

Analogous Colors of #dcc35e

#dcc35e #b6dc5e #dc845e

Monochromatic Colors of #dcc35e

#dcc35e

Complementary Color

#dcc35e #5e77dc

#dcc35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc35e Color CSS Codes

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

#dcc35e Text Font Color

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

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


#dcc35e Background Color

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

This div background color is #dcc35e


#dcc35e Border Color

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

This div border color is #dcc35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc35e


Comments

No comments written yet.

Please login to write comment.