Color Hex Logo

#dcd218 Color Hex

#DCD218
(220,210,24)
0 Favorites   0 Comments

Color spaces of #dcd218

RGB 22021024
HSL0.160.800.48
HSV57°89°86°
CMYK 0.000.050.89   0.14
XYZ52.726761.37489.9317
Yxy61.37480.42510.4948
Hunter Lab78.3421-16.962547.3230
CIE-Lab82.5798-14.078179.9358

#dcd218 color RGB value is (220,210,24).

#dcd218 hex color red value is 220, green value is 210 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dcd218 hue: 0.16 , saturation: 0.80 and the lightness value of dcd218 is 0.48.

The process color (four color CMYK) of #dcd218 color hex is 0.00, 0.05, 0.89, 0.14. Web safe color of #dcd218 is #cccc00. Color #dcd218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 00011000
Octal 334 322 30
Decimal 220 210 24
Hex DC D2 18

RGB Percentages of Color #dcd218

%48.46
%46.26
%5.29

CMYK Percentages of Color #dcd218

%0
%5
%89
%14

Triadic Colors of #dcd218

#dcd218 #18dcd2 #d218dc

Analogous Colors of #dcd218

#dcd218 #84dc18 #dc7018

Monochromatic Colors of #dcd218

#dcd218

Complementary Color

#dcd218 #1822dc

#dcd218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd218 Color CSS Codes

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

#dcd218 Text Font Color

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

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


#dcd218 Background Color

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

This div background color is #dcd218


#dcd218 Border Color

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

This div border color is #dcd218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd218


Comments

No comments written yet.

Please login to write comment.