Color Hex Logo

#dcd463 Color Hex

#DCD463
(220,212,99)
0 Favorites   0 Comments

Color spaces of #dcd463

RGB 22021299
HSL0.160.630.63
HSV56°55°86°
CMYK 0.000.040.55   0.14
XYZ55.310863.203521.0887
Yxy63.20350.39620.4527
Hunter Lab79.5006-14.938739.9229
CIE-Lab83.5493-11.652255.9208

#dcd463 color RGB value is (220,212,99).

#dcd463 hex color red value is 220, green value is 212 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dcd463 hue: 0.16 , saturation: 0.63 and the lightness value of dcd463 is 0.63.

The process color (four color CMYK) of #dcd463 color hex is 0.00, 0.04, 0.55, 0.14. Web safe color of #dcd463 is #cccc66. Color #dcd463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 01100011
Octal 334 324 143
Decimal 220 212 99
Hex DC D4 63

RGB Percentages of Color #dcd463

%41.43
%39.92
%18.64

CMYK Percentages of Color #dcd463

%0
%4
%55
%14

Triadic Colors of #dcd463

#dcd463 #63dcd4 #d463dc

Analogous Colors of #dcd463

#dcd463 #a8dc63 #dc9863

Monochromatic Colors of #dcd463

#dcd463

Complementary Color

#dcd463 #636bdc

#dcd463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd463 Color CSS Codes

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

#dcd463 Text Font Color

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

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


#dcd463 Background Color

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

This div background color is #dcd463


#dcd463 Border Color

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

This div border color is #dcd463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd463


Comments

No comments written yet.

Please login to write comment.