Color Hex Logo

#dcd849 Color Hex

#DCD849
(220,216,73)
0 Favorites   0 Comments

Color spaces of #dcd849

RGB 22021673
HSL0.160.680.57
HSV58°67°86°
CMYK 0.000.020.67   0.14
XYZ55.273764.808415.8994
Yxy64.80840.40650.4766
Hunter Lab80.5037-18.323644.6428
CIE-Lab84.3849-15.347167.7592

#dcd849 color RGB value is (220,216,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01001001
Octal 334 330 111
Decimal 220 216 73
Hex DC D8 49

RGB Percentages of Color #dcd849

%43.22
%42.44
%14.34

CMYK Percentages of Color #dcd849

%0
%2
%67
%14

Triadic Colors of #dcd849

#dcd849 #49dcd8 #d849dc

Analogous Colors of #dcd849

#dcd849 #97dc49 #dc8f49

Monochromatic Colors of #dcd849

#dcd849

Complementary Color

#dcd849 #494ddc

#dcd849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd849 Color CSS Codes

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

#dcd849 Text Font Color

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

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


#dcd849 Background Color

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

This div background color is #dcd849


#dcd849 Border Color

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

This div border color is #dcd849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd849


Comments

No comments written yet.

Please login to write comment.