Color Hex Logo

#dcd87d Color Hex

#DCD87D
(220,216,125)
0 Favorites   0 Comments

Color spaces of #dcd87d

RGB 220216125
HSL0.160.580.68
HSV57°43°86°
CMYK 0.000.020.43   0.14
XYZ57.772765.808029.0593
Yxy65.80800.37850.4311
Hunter Lab81.1221-14.841535.5468
CIE-Lab84.8984-11.363345.1956

#dcd87d color RGB value is (220,216,125).

#dcd87d hex color red value is 220, green value is 216 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcd87d hue: 0.16 , saturation: 0.58 and the lightness value of dcd87d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01111101
Octal 334 330 175
Decimal 220 216 125
Hex DC D8 7D

RGB Percentages of Color #dcd87d

%39.22
%38.50
%22.28

CMYK Percentages of Color #dcd87d

%0
%2
%43
%14

Triadic Colors of #dcd87d

#dcd87d #7ddcd8 #d87ddc

Analogous Colors of #dcd87d

#dcd87d #b1dc7d #dca97d

Monochromatic Colors of #dcd87d

#dcd87d

Complementary Color

#dcd87d #7d81dc

#dcd87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd87d Color CSS Codes

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

#dcd87d Text Font Color

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

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


#dcd87d Background Color

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

This div background color is #dcd87d


#dcd87d Border Color

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

This div border color is #dcd87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd87d


Comments

No comments written yet.

Please login to write comment.