Color Hex Logo

#dcc777 Color Hex

#DCC777
(220,199,119)
0 Favorites   0 Comments

Color spaces of #dcc777

RGB 220199119
HSL0.130.590.66
HSV48°46°86°
CMYK 0.000.100.46   0.14
XYZ53.268457.394425.7234
Yxy57.39440.39060.4208
Hunter Lab75.7591-7.069932.8999
CIE-Lab80.4009-3.284142.5703

#dcc777 color RGB value is (220,199,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01110111
Octal 334 307 167
Decimal 220 199 119
Hex DC C7 77

RGB Percentages of Color #dcc777

%40.89
%36.99
%22.12

CMYK Percentages of Color #dcc777

%0
%10
%46
%14

Triadic Colors of #dcc777

#dcc777 #77dcc7 #c777dc

Analogous Colors of #dcc777

#dcc777 #bfdc77 #dc9577

Monochromatic Colors of #dcc777

#dcc777

Complementary Color

#dcc777 #778cdc

#dcc777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc777 Color CSS Codes

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

#dcc777 Text Font Color

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

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


#dcc777 Background Color

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

This div background color is #dcc777


#dcc777 Border Color

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

This div border color is #dcc777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc777


Comments

No comments written yet.

Please login to write comment.