Color Hex Logo

#db980f Color Hex

#DB980F
(219,152,15)
0 Favorites   0 Comments

Color spaces of #db980f

RGB 21915215
HSL0.110.870.46
HSV40°93°86°
CMYK 0.000.310.93   0.14
XYZ40.527937.55105.5640
Yxy37.55100.48450.4489
Hunter Lab61.278910.816237.5118
CIE-Lab67.688415.609870.0729

#db980f color RGB value is (219,152,15).

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

The process color (four color CMYK) of #db980f color hex is 0.00, 0.31, 0.93, 0.14. Web safe color of #db980f is #cc9900. Color #db980f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 00001111
Octal 333 230 17
Decimal 219 152 15
Hex DB 98 F

RGB Percentages of Color #db980f

%56.74
%39.38
%3.89

CMYK Percentages of Color #db980f

%0
%31
%93
%14

Triadic Colors of #db980f

#db980f #0fdb98 #980fdb

Analogous Colors of #db980f

#db980f #b8db0f #db320f

Monochromatic Colors of #db980f

#db980f

Complementary Color

#db980f #0f52db

#db980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db980f Color CSS Codes

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

#db980f Text Font Color

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

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


#db980f Background Color

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

This div background color is #db980f


#db980f Border Color

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

This div border color is #db980f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db980f


Comments

No comments written yet.

Please login to write comment.