Color Hex Logo

#db700f Color Hex

#DB700F
(219,112,15)
0 Favorites   0 Comments

Color spaces of #db700f

RGB 21911215
HSL0.080.870.46
HSV29°93°86°
CMYK 0.000.490.93   0.14
XYZ35.093826.68293.7526
Yxy26.68290.53550.4072
Hunter Lab51.655530.872531.8516
CIE-Lab58.679736.807163.6721

#db700f color RGB value is (219,112,15).

#db700f hex color red value is 219, green value is 112 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #db700f hue: 0.08 , saturation: 0.87 and the lightness value of db700f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 00001111
Octal 333 160 17
Decimal 219 112 15
Hex DB 70 F

RGB Percentages of Color #db700f

%63.29
%32.37
%4.34

CMYK Percentages of Color #db700f

%0
%49
%93
%14

Triadic Colors of #db700f

#db700f #0fdb70 #700fdb

Analogous Colors of #db700f

#db700f #dbd60f #db0f14

Monochromatic Colors of #db700f

#db700f

Complementary Color

#db700f #0f7adb

#db700f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db700f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db700f Color CSS Codes

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

#db700f Text Font Color

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

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


#db700f Background Color

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

This div background color is #db700f


#db700f Border Color

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

This div border color is #db700f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,112,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db700f


Comments

No comments written yet.

Please login to write comment.