Color Hex Logo

#dcd973 Color Hex

#DCD973
(220,217,115)
0 Favorites   0 Comments

Color spaces of #dcd973

RGB 220217115
HSL0.160.600.66
HSV58°48°86°
CMYK 0.000.010.48   0.14
XYZ57.422666.079225.9477
Yxy66.07920.38420.4422
Hunter Lab81.2891-16.163637.9769
CIE-Lab85.0368-12.817250.2048

#dcd973 color RGB value is (220,217,115).

#dcd973 hex color red value is 220, green value is 217 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dcd973 hue: 0.16 , saturation: 0.60 and the lightness value of dcd973 is 0.66.

The process color (four color CMYK) of #dcd973 color hex is 0.00, 0.01, 0.48, 0.14. Web safe color of #dcd973 is #cccc66. Color #dcd973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01110011
Octal 334 331 163
Decimal 220 217 115
Hex DC D9 73

RGB Percentages of Color #dcd973

%39.86
%39.31
%20.83

CMYK Percentages of Color #dcd973

%0
%1
%48
%14

Triadic Colors of #dcd973

#dcd973 #73dcd9 #d973dc

Analogous Colors of #dcd973

#dcd973 #abdc73 #dca573

Monochromatic Colors of #dcd973

#dcd973

Complementary Color

#dcd973 #7376dc

#dcd973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd973 Color CSS Codes

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

#dcd973 Text Font Color

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

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


#dcd973 Background Color

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

This div background color is #dcd973


#dcd973 Border Color

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

This div border color is #dcd973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd973


Comments

No comments written yet.

Please login to write comment.