Color Hex Logo

#dcd74f Color Hex

#DCD74F
(220,215,79)
0 Favorites   0 Comments

Color spaces of #dcd74f

RGB 22021579
HSL0.160.670.59
HSV58°64°86°
CMYK 0.000.020.64   0.14
XYZ55.226964.381016.9131
Yxy64.38100.40450.4716
Hunter Lab80.2378-17.556243.6689
CIE-Lab84.1637-14.511765.1856

#dcd74f color RGB value is (220,215,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 01001111
Octal 334 327 117
Decimal 220 215 79
Hex DC D7 4F

RGB Percentages of Color #dcd74f

%42.80
%41.83
%15.37

CMYK Percentages of Color #dcd74f

%0
%2
%64
%14

Triadic Colors of #dcd74f

#dcd74f #4fdcd7 #d74fdc

Analogous Colors of #dcd74f

#dcd74f #9bdc4f #dc914f

Monochromatic Colors of #dcd74f

#dcd74f

Complementary Color

#dcd74f #4f54dc

#dcd74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd74f Color CSS Codes

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

#dcd74f Text Font Color

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

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


#dcd74f Background Color

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

This div background color is #dcd74f


#dcd74f Border Color

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

This div border color is #dcd74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd74f


Comments

No comments written yet.

Please login to write comment.