Color Hex Logo

#dcd671 Color Hex

#DCD671
(220,214,113)
0 Favorites   0 Comments

Color spaces of #dcd671

RGB 220214113
HSL0.160.600.65
HSV57°49°86°
CMYK 0.000.030.49   0.14
XYZ56.542464.501025.0926
Yxy64.50100.38690.4414
Hunter Lab80.3125-14.877637.6944
CIE-Lab84.2259-11.492950.1841

#dcd671 color RGB value is (220,214,113).

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

The process color (four color CMYK) of #dcd671 color hex is 0.00, 0.03, 0.49, 0.14. Web safe color of #dcd671 is #cccc66. Color #dcd671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 01110001
Octal 334 326 161
Decimal 220 214 113
Hex DC D6 71

RGB Percentages of Color #dcd671

%40.22
%39.12
%20.66

CMYK Percentages of Color #dcd671

%0
%3
%49
%14

Triadic Colors of #dcd671

#dcd671 #71dcd6 #d671dc

Analogous Colors of #dcd671

#dcd671 #addc71 #dca171

Monochromatic Colors of #dcd671

#dcd671

Complementary Color

#dcd671 #7177dc

#dcd671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd671 Color CSS Codes

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

#dcd671 Text Font Color

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

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


#dcd671 Background Color

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

This div background color is #dcd671


#dcd671 Border Color

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

This div border color is #dcd671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd671


Comments

No comments written yet.

Please login to write comment.