Color Hex Logo

#dcd749 Color Hex

#DCD749
(220,215,73)
0 Favorites   0 Comments

Color spaces of #dcd749

RGB 22021573
HSL0.160.680.57
HSV58°67°86°
CMYK 0.000.020.67   0.14
XYZ55.018264.297615.8142
Yxy64.29760.40720.4758
Hunter Lab80.1858-17.850244.4369
CIE-Lab84.1205-14.851467.4917

#dcd749 color RGB value is (220,215,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 01001001
Octal 334 327 111
Decimal 220 215 73
Hex DC D7 49

RGB Percentages of Color #dcd749

%43.31
%42.32
%14.37

CMYK Percentages of Color #dcd749

%0
%2
%67
%14

Triadic Colors of #dcd749

#dcd749 #49dcd7 #d749dc

Analogous Colors of #dcd749

#dcd749 #98dc49 #dc8e49

Monochromatic Colors of #dcd749

#dcd749

Complementary Color

#dcd749 #494edc

#dcd749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd749 Color CSS Codes

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

#dcd749 Text Font Color

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

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


#dcd749 Background Color

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

This div background color is #dcd749


#dcd749 Border Color

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

This div border color is #dcd749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd749


Comments

No comments written yet.

Please login to write comment.