Color Hex Logo

#dcd76e Color Hex

#DCD76E
(220,215,110)
0 Favorites   0 Comments

Color spaces of #dcd76e

RGB 220215110
HSL0.160.610.65
HSV57°50°86°
CMYK 0.000.020.50   0.14
XYZ56.630164.942324.3022
Yxy64.94230.38820.4452
Hunter Lab80.5868-15.591038.5309
CIE-Lab84.4540-12.258651.8786

#dcd76e color RGB value is (220,215,110).

#dcd76e hex color red value is 220, green value is 215 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dcd76e hue: 0.16 , saturation: 0.61 and the lightness value of dcd76e is 0.65.

The process color (four color CMYK) of #dcd76e color hex is 0.00, 0.02, 0.50, 0.14. Web safe color of #dcd76e is #cccc66. Color #dcd76e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 01101110
Octal 334 327 156
Decimal 220 215 110
Hex DC D7 6E

RGB Percentages of Color #dcd76e

%40.37
%39.45
%20.18

CMYK Percentages of Color #dcd76e

%0
%2
%50
%14

Triadic Colors of #dcd76e

#dcd76e #6edcd7 #d76edc

Analogous Colors of #dcd76e

#dcd76e #aadc6e #dca06e

Monochromatic Colors of #dcd76e

#dcd76e

Complementary Color

#dcd76e #6e73dc

#dcd76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd76e Color CSS Codes

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

#dcd76e Text Font Color

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

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


#dcd76e Background Color

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

This div background color is #dcd76e


#dcd76e Border Color

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

This div border color is #dcd76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd76e


Comments

No comments written yet.

Please login to write comment.