Color Hex Logo

#db610a Color Hex

#DB610A
(219,97,10)
0 Favorites   0 Comments

Color spaces of #db610a

RGB 2199710
HSL0.070.910.45
HSV25°95°86°
CMYK 0.000.560.95   0.14
XYZ33.542923.63143.0806
Yxy23.63140.55670.3922
Hunter Lab48.612138.095730.2712
CIE-Lab55.716844.214062.7070

#db610a color RGB value is (219,97,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 00001010
Octal 333 141 12
Decimal 219 97 10
Hex DB 61 A

RGB Percentages of Color #db610a

%67.18
%29.75
%3.07

CMYK Percentages of Color #db610a

%0
%56
%95
%14

Triadic Colors of #db610a

#db610a #0adb61 #610adb

Analogous Colors of #db610a

#db610a #dbca0a #db0a1c

Monochromatic Colors of #db610a

#db610a

Complementary Color

#db610a #0a84db

#db610a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db610a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db610a Color CSS Codes

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

#db610a Text Font Color

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

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


#db610a Background Color

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

This div background color is #db610a


#db610a Border Color

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

This div border color is #db610a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db610a


Comments

No comments written yet.

Please login to write comment.