Color Hex Logo

#dcd574 Color Hex

#DCD574
(220,213,116)
0 Favorites   0 Comments

Color spaces of #dcd574

RGB 220213116
HSL0.160.600.66
HSV56°47°86°
CMYK 0.000.030.47   0.14
XYZ56.461864.065125.9129
Yxy64.06510.38560.4375
Hunter Lab80.0407-14.154836.8335
CIE-Lab83.9997-10.717548.4721

#dcd574 color RGB value is (220,213,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01110100
Octal 334 325 164
Decimal 220 213 116
Hex DC D5 74

RGB Percentages of Color #dcd574

%40.07
%38.80
%21.13

CMYK Percentages of Color #dcd574

%0
%3
%47
%14

Triadic Colors of #dcd574

#dcd574 #74dcd5 #d574dc

Analogous Colors of #dcd574

#dcd574 #afdc74 #dca174

Monochromatic Colors of #dcd574

#dcd574

Complementary Color

#dcd574 #747bdc

#dcd574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd574 Color CSS Codes

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

#dcd574 Text Font Color

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

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


#dcd574 Background Color

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

This div background color is #dcd574


#dcd574 Border Color

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

This div border color is #dcd574


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,213,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 #dcd574">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd574


Comments

No comments written yet.

Please login to write comment.