Color Hex Logo

#dcc778 Color Hex

#DCC778
(220,199,120)
0 Favorites   0 Comments

Color spaces of #dcc778

RGB 220199120
HSL0.130.590.67
HSV47°45°86°
CMYK 0.000.100.45   0.14
XYZ53.328857.418626.0415
Yxy57.41860.38990.4198
Hunter Lab75.7751-6.982032.6664
CIE-Lab80.4145-3.186742.0861

#dcc778 color RGB value is (220,199,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01111000
Octal 334 307 170
Decimal 220 199 120
Hex DC C7 78

RGB Percentages of Color #dcc778

%40.82
%36.92
%22.26

CMYK Percentages of Color #dcc778

%0
%10
%45
%14

Triadic Colors of #dcc778

#dcc778 #78dcc7 #c778dc

Analogous Colors of #dcc778

#dcc778 #bfdc78 #dc9578

Monochromatic Colors of #dcc778

#dcc778

Complementary Color

#dcc778 #788ddc

#dcc778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc778 Color CSS Codes

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

#dcc778 Text Font Color

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

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


#dcc778 Background Color

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

This div background color is #dcc778


#dcc778 Border Color

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

This div border color is #dcc778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc778


Comments

No comments written yet.

Please login to write comment.