Color Hex Logo

#dc560a Color Hex

#DC560A
(220,86,10)
0 Favorites   0 Comments

Color spaces of #dc560a

RGB 2208610
HSL0.060.910.45
HSV22°95°86°
CMYK 0.000.610.95   0.14
XYZ32.897821.89312.7791
Yxy21.89310.57140.3803
Hunter Lab46.790143.619629.2315
CIE-Lab53.913449.707661.6544

#dc560a color RGB value is (220,86,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 00001010
Octal 334 126 12
Decimal 220 86 10
Hex DC 56 A

RGB Percentages of Color #dc560a

%69.62
%27.22
%3.16

CMYK Percentages of Color #dc560a

%0
%61
%95
%14

Triadic Colors of #dc560a

#dc560a #0adc56 #560adc

Analogous Colors of #dc560a

#dc560a #dcbf0a #dc0a27

Monochromatic Colors of #dc560a

#dc560a

Complementary Color

#dc560a #0a90dc

#dc560a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc560a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc560a Color CSS Codes

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

#dc560a Text Font Color

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

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


#dc560a Background Color

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

This div background color is #dc560a


#dc560a Border Color

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

This div border color is #dc560a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc560a


Comments

No comments written yet.

Please login to write comment.