Color Hex Logo

#dc8618 Color Hex

#DC8618
(220,134,24)
0 Favorites   0 Comments

Color spaces of #dc8618

RGB 22013424
HSL0.090.800.48
HSV34°89°86°
CMYK 0.000.390.89   0.14
XYZ38.205232.33185.0912
Yxy32.33180.50520.4275
Hunter Lab56.861120.428134.4941
CIE-Lab63.616225.831165.2166

#dc8618 color RGB value is (220,134,24).

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

The process color (four color CMYK) of #dc8618 color hex is 0.00, 0.39, 0.89, 0.14. Web safe color of #dc8618 is #cc9900. Color #dc8618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000110 00011000
Octal 334 206 30
Decimal 220 134 24
Hex DC 86 18

RGB Percentages of Color #dc8618

%58.20
%35.45
%6.35

CMYK Percentages of Color #dc8618

%0
%39
%89
%14

Triadic Colors of #dc8618

#dc8618 #18dc86 #8618dc

Analogous Colors of #dc8618

#dc8618 #d0dc18 #dc2418

Monochromatic Colors of #dc8618

#dc8618

Complementary Color

#dc8618 #186edc

#dc8618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8618 Color CSS Codes

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

#dc8618 Text Font Color

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

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


#dc8618 Background Color

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

This div background color is #dc8618


#dc8618 Border Color

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

This div border color is #dc8618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8618


Comments

No comments written yet.

Please login to write comment.