Color Hex Logo

#dcc78d Color Hex

#DCC78D
(220,199,141)
0 Favorites   0 Comments

Color spaces of #dcc78d

RGB 220199141
HSL0.120.530.71
HSV44°36°86°
CMYK 0.000.100.36   0.14
XYZ54.746357.985633.5062
Yxy57.98560.37440.3965
Hunter Lab76.1483-4.928127.2154
CIE-Lab80.7308-0.928231.7509

#dcc78d color RGB value is (220,199,141).

#dcc78d hex color red value is 220, green value is 199 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dcc78d hue: 0.12 , saturation: 0.53 and the lightness value of dcc78d is 0.71.

The process color (four color CMYK) of #dcc78d color hex is 0.00, 0.10, 0.36, 0.14. Web safe color of #dcc78d is #cccc99. Color #dcc78d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10001101
Octal 334 307 215
Decimal 220 199 141
Hex DC C7 8D

RGB Percentages of Color #dcc78d

%39.29
%35.54
%25.18

CMYK Percentages of Color #dcc78d

%0
%10
%36
%14

Triadic Colors of #dcc78d

#dcc78d #8ddcc7 #c78ddc

Analogous Colors of #dcc78d

#dcc78d #cadc8d #dca08d

Monochromatic Colors of #dcc78d

#dcc78d

Complementary Color

#dcc78d #8da2dc

#dcc78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc78d Color CSS Codes

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

#dcc78d Text Font Color

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

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


#dcc78d Background Color

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

This div background color is #dcc78d


#dcc78d Border Color

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

This div border color is #dcc78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc78d


Comments

No comments written yet.

Please login to write comment.