Color Hex Logo

#dcc77f Color Hex

#DCC77F
(220,199,127)
0 Favorites   0 Comments

Color spaces of #dcc77f

RGB 220199127
HSL0.130.570.68
HSV46°42°86°
CMYK 0.000.100.42   0.14
XYZ53.769457.594828.3616
Yxy57.59480.38480.4122
Hunter Lab75.8912-6.341330.9664
CIE-Lab80.5130-2.478838.6735

#dcc77f color RGB value is (220,199,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01111111
Octal 334 307 177
Decimal 220 199 127
Hex DC C7 7F

RGB Percentages of Color #dcc77f

%40.29
%36.45
%23.26

CMYK Percentages of Color #dcc77f

%0
%10
%42
%14

Triadic Colors of #dcc77f

#dcc77f #7fdcc7 #c77fdc

Analogous Colors of #dcc77f

#dcc77f #c3dc7f #dc997f

Monochromatic Colors of #dcc77f

#dcc77f

Complementary Color

#dcc77f #7f94dc

#dcc77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc77f Color CSS Codes

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

#dcc77f Text Font Color

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

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


#dcc77f Background Color

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

This div background color is #dcc77f


#dcc77f Border Color

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

This div border color is #dcc77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc77f


Comments

No comments written yet.

Please login to write comment.