Color Hex Logo

#dcc118 Color Hex

#DCC118
(220,193,24)
0 Favorites   0 Comments

Color spaces of #dcc118

RGB 22019324
HSL0.140.800.48
HSV52°89°86°
CMYK 0.000.120.89   0.14
XYZ48.750053.42158.6061
Yxy53.42150.44010.4822
Hunter Lab73.0900-8.850644.1818
CIE-Lab78.1232-5.468176.4501

#dcc118 color RGB value is (220,193,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 00011000
Octal 334 301 30
Decimal 220 193 24
Hex DC C1 18

RGB Percentages of Color #dcc118

%50.34
%44.16
%5.49

CMYK Percentages of Color #dcc118

%0
%12
%89
%14

Triadic Colors of #dcc118

#dcc118 #18dcc1 #c118dc

Analogous Colors of #dcc118

#dcc118 #95dc18 #dc5f18

Monochromatic Colors of #dcc118

#dcc118

Complementary Color

#dcc118 #1833dc

#dcc118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc118 Color CSS Codes

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

#dcc118 Text Font Color

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

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


#dcc118 Background Color

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

This div background color is #dcc118


#dcc118 Border Color

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

This div border color is #dcc118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc118


Comments

No comments written yet.

Please login to write comment.