Color Hex Logo

#dcc076 Color Hex

#DCC076
(220,192,118)
0 Favorites   0 Comments

Color spaces of #dcc076

RGB 220192118
HSL0.120.590.66
HSV44°46°86°
CMYK 0.000.130.46   0.14
XYZ51.634954.222924.8842
Yxy54.22290.39490.4147
Hunter Lab73.6362-3.696331.5092
CIE-Lab78.59150.257440.8100

#dcc076 color RGB value is (220,192,118).

#dcc076 hex color red value is 220, green value is 192 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dcc076 hue: 0.12 , saturation: 0.59 and the lightness value of dcc076 is 0.66.

The process color (four color CMYK) of #dcc076 color hex is 0.00, 0.13, 0.46, 0.14. Web safe color of #dcc076 is #cccc66. Color #dcc076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01110110
Octal 334 300 166
Decimal 220 192 118
Hex DC C0 76

RGB Percentages of Color #dcc076

%41.51
%36.23
%22.26

CMYK Percentages of Color #dcc076

%0
%13
%46
%14

Triadic Colors of #dcc076

#dcc076 #76dcc0 #c076dc

Analogous Colors of #dcc076

#dcc076 #c5dc76 #dc8d76

Monochromatic Colors of #dcc076

#dcc076

Complementary Color

#dcc076 #7692dc

#dcc076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc076 Color CSS Codes

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

#dcc076 Text Font Color

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

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


#dcc076 Background Color

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

This div background color is #dcc076


#dcc076 Border Color

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

This div border color is #dcc076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc076


Comments

No comments written yet.

Please login to write comment.