Color Hex Logo

#db690f Color Hex

#DB690F
(219,105,15)
0 Favorites   0 Comments

Color spaces of #db690f

RGB 21910515
HSL0.070.870.46
HSV26°93°86°
CMYK 0.000.520.93   0.14
XYZ34.351225.19773.5051
Yxy25.19770.54480.3996
Hunter Lab50.197334.306530.9981
CIE-Lab57.267540.345662.7009

#db690f color RGB value is (219,105,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 00001111
Octal 333 151 17
Decimal 219 105 15
Hex DB 69 F

RGB Percentages of Color #db690f

%64.60
%30.97
%4.42

CMYK Percentages of Color #db690f

%0
%52
%93
%14

Triadic Colors of #db690f

#db690f #0fdb69 #690fdb

Analogous Colors of #db690f

#db690f #dbcf0f #db0f1b

Monochromatic Colors of #db690f

#db690f

Complementary Color

#db690f #0f81db

#db690f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db690f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db690f Color CSS Codes

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

#db690f Text Font Color

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

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


#db690f Background Color

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

This div background color is #db690f


#db690f Border Color

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

This div border color is #db690f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db690f


Comments

No comments written yet.

Please login to write comment.