Color Hex Logo

#dc5610 Color Hex

#DC5610
(220,86,16)
0 Favorites   0 Comments

Color spaces of #dc5610

RGB 2208616
HSL0.060.860.46
HSV21°93°86°
CMYK 0.000.610.93   0.14
XYZ32.936521.90862.9831
Yxy21.90860.56960.3789
Hunter Lab46.806643.693828.9859
CIE-Lab53.929949.774160.2759

#dc5610 color RGB value is (220,86,16).

#dc5610 hex color red value is 220, green value is 86 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dc5610 hue: 0.06 , saturation: 0.86 and the lightness value of dc5610 is 0.46.

The process color (four color CMYK) of #dc5610 color hex is 0.00, 0.61, 0.93, 0.14. Web safe color of #dc5610 is #cc6600. Color #dc5610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 00010000
Octal 334 126 20
Decimal 220 86 16
Hex DC 56 10

RGB Percentages of Color #dc5610

%68.32
%26.71
%4.97

CMYK Percentages of Color #dc5610

%0
%61
%93
%14

Triadic Colors of #dc5610

#dc5610 #10dc56 #5610dc

Analogous Colors of #dc5610

#dc5610 #dcbc10 #dc1030

Monochromatic Colors of #dc5610

#dc5610

Complementary Color

#dc5610 #1096dc

#dc5610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5610 Color CSS Codes

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

#dc5610 Text Font Color

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

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


#dc5610 Background Color

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

This div background color is #dc5610


#dc5610 Border Color

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

This div border color is #dc5610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5610


Comments

No comments written yet.

Please login to write comment.