Color Hex Logo

#dcc377 Color Hex

#DCC377
(220,195,119)
0 Favorites   0 Comments

Color spaces of #dcc377

RGB 220195119
HSL0.130.590.66
HSV45°46°86°
CMYK 0.000.110.46   0.14
XYZ52.360155.577825.4207
Yxy55.57780.39260.4168
Hunter Lab74.5505-5.095031.9683
CIE-Lab79.3729-1.209641.2847

#dcc377 color RGB value is (220,195,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01110111
Octal 334 303 167
Decimal 220 195 119
Hex DC C3 77

RGB Percentages of Color #dcc377

%41.20
%36.52
%22.28

CMYK Percentages of Color #dcc377

%0
%11
%46
%14

Triadic Colors of #dcc377

#dcc377 #77dcc3 #c377dc

Analogous Colors of #dcc377

#dcc377 #c3dc77 #dc9177

Monochromatic Colors of #dcc377

#dcc377

Complementary Color

#dcc377 #7790dc

#dcc377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc377 Color CSS Codes

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

#dcc377 Text Font Color

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

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


#dcc377 Background Color

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

This div background color is #dcc377


#dcc377 Border Color

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

This div border color is #dcc377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc377


Comments

No comments written yet.

Please login to write comment.