Color Hex Logo

#dcd674 Color Hex

#DCD674
(220,214,116)
0 Favorites   0 Comments

Color spaces of #dcd674

RGB 220214116
HSL0.160.600.66
HSV57°47°86°
CMYK 0.000.030.47   0.14
XYZ56.714264.569725.9970
Yxy64.56970.38510.4384
Hunter Lab80.3553-14.637737.0668
CIE-Lab84.2615-11.220848.7896

#dcd674 color RGB value is (220,214,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 01110100
Octal 334 326 164
Decimal 220 214 116
Hex DC D6 74

RGB Percentages of Color #dcd674

%40.00
%38.91
%21.09

CMYK Percentages of Color #dcd674

%0
%3
%47
%14

Triadic Colors of #dcd674

#dcd674 #74dcd6 #d674dc

Analogous Colors of #dcd674

#dcd674 #aedc74 #dca274

Monochromatic Colors of #dcd674

#dcd674

Complementary Color

#dcd674 #747adc

#dcd674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd674 Color CSS Codes

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

#dcd674 Text Font Color

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

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


#dcd674 Background Color

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

This div background color is #dcd674


#dcd674 Border Color

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

This div border color is #dcd674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd674


Comments

No comments written yet.

Please login to write comment.