Color Hex Logo

#dcc218 Color Hex

#DCC218
(220,194,24)
0 Favorites   0 Comments

Color spaces of #dcc218

RGB 22019424
HSL0.140.800.48
HSV52°89°86°
CMYK 0.000.120.89   0.14
XYZ48.971953.86528.6801
Yxy53.86520.43910.4830
Hunter Lab73.3929-9.332344.3629
CIE-Lab78.3831-5.981976.6529

#dcc218 color RGB value is (220,194,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 00011000
Octal 334 302 30
Decimal 220 194 24
Hex DC C2 18

RGB Percentages of Color #dcc218

%50.23
%44.29
%5.48

CMYK Percentages of Color #dcc218

%0
%12
%89
%14

Triadic Colors of #dcc218

#dcc218 #18dcc2 #c218dc

Analogous Colors of #dcc218

#dcc218 #94dc18 #dc6018

Monochromatic Colors of #dcc218

#dcc218

Complementary Color

#dcc218 #1832dc

#dcc218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc218 Color CSS Codes

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

#dcc218 Text Font Color

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

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


#dcc218 Background Color

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

This div background color is #dcc218


#dcc218 Border Color

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

This div border color is #dcc218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc218


Comments

No comments written yet.

Please login to write comment.