Color Hex Logo

#dcd847 Color Hex

#DCD847
(220,216,71)
0 Favorites   0 Comments

Color spaces of #dcd847

RGB 22021671
HSL0.160.680.57
HSV58°68°86°
CMYK 0.000.020.68   0.14
XYZ55.208464.782315.5557
Yxy64.78230.40730.4779
Hunter Lab80.4875-18.415344.8823
CIE-Lab84.3714-15.453468.5004

#dcd847 color RGB value is (220,216,71).

#dcd847 hex color red value is 220, green value is 216 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dcd847 hue: 0.16 , saturation: 0.68 and the lightness value of dcd847 is 0.57.

The process color (four color CMYK) of #dcd847 color hex is 0.00, 0.02, 0.68, 0.14. Web safe color of #dcd847 is #cccc33. Color #dcd847 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01000111
Octal 334 330 107
Decimal 220 216 71
Hex DC D8 47

RGB Percentages of Color #dcd847

%43.39
%42.60
%14.00

CMYK Percentages of Color #dcd847

%0
%2
%68
%14

Triadic Colors of #dcd847

#dcd847 #47dcd8 #d847dc

Analogous Colors of #dcd847

#dcd847 #96dc47 #dc8e47

Monochromatic Colors of #dcd847

#dcd847

Complementary Color

#dcd847 #474bdc

#dcd847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd847 Color CSS Codes

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

#dcd847 Text Font Color

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

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


#dcd847 Background Color

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

This div background color is #dcd847


#dcd847 Border Color

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

This div border color is #dcd847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd847


Comments

No comments written yet.

Please login to write comment.