Color Hex Logo

#dc6519 Color Hex

#DC6519
(220,101,25)
0 Favorites   0 Comments

Color spaces of #dc6519

RGB 22010125
HSL0.060.800.48
HSV23°89°86°
CMYK 0.000.540.89   0.14
XYZ34.344324.59323.8565
Yxy24.59320.54690.3916
Hunter Lab49.591536.833930.1034
CIE-Lab56.676942.867759.6238

#dc6519 color RGB value is (220,101,25).

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

The process color (four color CMYK) of #dc6519 color hex is 0.00, 0.54, 0.89, 0.14. Web safe color of #dc6519 is #cc6600. Color #dc6519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 00011001
Octal 334 145 31
Decimal 220 101 25
Hex DC 65 19

RGB Percentages of Color #dc6519

%63.58
%29.19
%7.23

CMYK Percentages of Color #dc6519

%0
%54
%89
%14

Triadic Colors of #dc6519

#dc6519 #19dc65 #6519dc

Analogous Colors of #dc6519

#dc6519 #dcc719 #dc192e

Monochromatic Colors of #dc6519

#dc6519

Complementary Color

#dc6519 #1990dc

#dc6519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6519 Color CSS Codes

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

#dc6519 Text Font Color

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

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


#dc6519 Background Color

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

This div background color is #dc6519


#dc6519 Border Color

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

This div border color is #dc6519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6519


Comments

No comments written yet.

Please login to write comment.