Color Hex Logo

#dcc37f Color Hex

#DCC37F
(220,195,127)
0 Favorites   0 Comments

Color spaces of #dcc37f

RGB 220195127
HSL0.120.570.68
HSV44°42°86°
CMYK 0.000.110.42   0.14
XYZ52.861155.778228.0589
Yxy55.77820.38670.4080
Hunter Lab74.6848-4.358030.0043
CIE-Lab79.4874-0.400037.3613

#dcc37f color RGB value is (220,195,127).

#dcc37f hex color red value is 220, green value is 195 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dcc37f hue: 0.12 , saturation: 0.57 and the lightness value of dcc37f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01111111
Octal 334 303 177
Decimal 220 195 127
Hex DC C3 7F

RGB Percentages of Color #dcc37f

%40.59
%35.98
%23.43

CMYK Percentages of Color #dcc37f

%0
%11
%42
%14

Triadic Colors of #dcc37f

#dcc37f #7fdcc3 #c37fdc

Analogous Colors of #dcc37f

#dcc37f #c7dc7f #dc957f

Monochromatic Colors of #dcc37f

#dcc37f

Complementary Color

#dcc37f #7f98dc

#dcc37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc37f Color CSS Codes

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

#dcc37f Text Font Color

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

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


#dcc37f Background Color

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

This div background color is #dcc37f


#dcc37f Border Color

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

This div border color is #dcc37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc37f


Comments

No comments written yet.

Please login to write comment.