Color Hex Logo

#dcc077 Color Hex

#DCC077
(220,192,119)
0 Favorites   0 Comments

Color spaces of #dcc077

RGB 220192119
HSL0.120.590.66
HSV43°46°86°
CMYK 0.000.130.46   0.14
XYZ51.694654.246825.1988
Yxy54.24680.39420.4137
Hunter Lab73.6524-3.607531.2717
CIE-Lab78.60540.354740.3208

#dcc077 color RGB value is (220,192,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01110111
Octal 334 300 167
Decimal 220 192 119
Hex DC C0 77

RGB Percentages of Color #dcc077

%41.43
%36.16
%22.41

CMYK Percentages of Color #dcc077

%0
%13
%46
%14

Triadic Colors of #dcc077

#dcc077 #77dcc0 #c077dc

Analogous Colors of #dcc077

#dcc077 #c6dc77 #dc8e77

Monochromatic Colors of #dcc077

#dcc077

Complementary Color

#dcc077 #7793dc

#dcc077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc077 Color CSS Codes

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

#dcc077 Text Font Color

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

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


#dcc077 Background Color

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

This div background color is #dcc077


#dcc077 Border Color

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

This div border color is #dcc077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc077


Comments

No comments written yet.

Please login to write comment.