Color Hex Logo

#dcc76f Color Hex

#DCC76F
(220,199,111)
0 Favorites   0 Comments

Color spaces of #dcc76f

RGB 220199111
HSL0.130.610.65
HSV48°50°86°
CMYK 0.000.100.50   0.14
XYZ52.807957.210223.2983
Yxy57.21020.39610.4291
Hunter Lab75.6374-7.741934.6833
CIE-Lab80.2977-4.030446.4066

#dcc76f color RGB value is (220,199,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01101111
Octal 334 307 157
Decimal 220 199 111
Hex DC C7 6F

RGB Percentages of Color #dcc76f

%41.51
%37.55
%20.94

CMYK Percentages of Color #dcc76f

%0
%10
%50
%14

Triadic Colors of #dcc76f

#dcc76f #6fdcc7 #c76fdc

Analogous Colors of #dcc76f

#dcc76f #bbdc6f #dc916f

Monochromatic Colors of #dcc76f

#dcc76f

Complementary Color

#dcc76f #6f84dc

#dcc76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc76f Color CSS Codes

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

#dcc76f Text Font Color

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

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


#dcc76f Background Color

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

This div background color is #dcc76f


#dcc76f Border Color

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

This div border color is #dcc76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc76f


Comments

No comments written yet.

Please login to write comment.