Color Hex Logo

#dcd87a Color Hex

#DCD87A
(220,216,122)
0 Favorites   0 Comments

Color spaces of #dcd87a

RGB 220216122
HSL0.160.580.67
HSV58°45°86°
CMYK 0.000.020.45   0.14
XYZ57.583965.732528.0650
Yxy65.73250.38040.4342
Hunter Lab81.0756-15.102736.2292
CIE-Lab84.8598-11.658846.6148

#dcd87a color RGB value is (220,216,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01111010
Octal 334 330 172
Decimal 220 216 122
Hex DC D8 7A

RGB Percentages of Color #dcd87a

%39.43
%38.71
%21.86

CMYK Percentages of Color #dcd87a

%0
%2
%45
%14

Triadic Colors of #dcd87a

#dcd87a #7adcd8 #d87adc

Analogous Colors of #dcd87a

#dcd87a #afdc7a #dca77a

Monochromatic Colors of #dcd87a

#dcd87a

Complementary Color

#dcd87a #7a7edc

#dcd87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd87a Color CSS Codes

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

#dcd87a Text Font Color

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

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


#dcd87a Background Color

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

This div background color is #dcd87a


#dcd87a Border Color

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

This div border color is #dcd87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd87a


Comments

No comments written yet.

Please login to write comment.