Color Hex Logo

#dcd118 Color Hex

#DCD118
(220,209,24)
0 Favorites   0 Comments

Color spaces of #dcd118

RGB 22020924
HSL0.160.800.48
HSV57°89°86°
CMYK 0.000.050.89   0.14
XYZ52.480560.88259.8496
Yxy60.88250.42590.4941
Hunter Lab78.0272-16.490047.1347
CIE-Lab82.3155-13.579379.7289

#dcd118 color RGB value is (220,209,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 00011000
Octal 334 321 30
Decimal 220 209 24
Hex DC D1 18

RGB Percentages of Color #dcd118

%48.57
%46.14
%5.30

CMYK Percentages of Color #dcd118

%0
%5
%89
%14

Triadic Colors of #dcd118

#dcd118 #18dcd1 #d118dc

Analogous Colors of #dcd118

#dcd118 #85dc18 #dc6f18

Monochromatic Colors of #dcd118

#dcd118

Complementary Color

#dcd118 #1823dc

#dcd118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd118 Color CSS Codes

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

#dcd118 Text Font Color

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

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


#dcd118 Background Color

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

This div background color is #dcd118


#dcd118 Border Color

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

This div border color is #dcd118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd118


Comments

No comments written yet.

Please login to write comment.