Color Hex Logo

#db560a Color Hex

#DB560A
(219,86,10)
0 Favorites   0 Comments

Color spaces of #db560a

RGB 2198610
HSL0.060.910.45
HSV22°95°86°
CMYK 0.000.610.95   0.14
XYZ32.596021.73762.7649
Yxy21.73760.57090.3807
Hunter Lab46.623643.203629.1205
CIE-Lab53.747549.346061.4688

#db560a color RGB value is (219,86,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 00001010
Octal 333 126 12
Decimal 219 86 10
Hex DB 56 A

RGB Percentages of Color #db560a

%69.52
%27.30
%3.17

CMYK Percentages of Color #db560a

%0
%61
%95
%14

Triadic Colors of #db560a

#db560a #0adb56 #560adb

Analogous Colors of #db560a

#db560a #dbbf0a #db0a26

Monochromatic Colors of #db560a

#db560a

Complementary Color

#db560a #0a8fdb

#db560a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db560a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db560a Color CSS Codes

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

#db560a Text Font Color

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

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


#db560a Background Color

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

This div background color is #db560a


#db560a Border Color

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

This div border color is #db560a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db560a

#db560a Color Palettes


Comments

No comments written yet.

Please login to write comment.