Color Hex Logo

#db991e Color Hex

#DB991E
(219,153,30)
0 Favorites   0 Comments

Color spaces of #db991e

RGB 21915330
HSL0.110.760.49
HSV39°86°86°
CMYK 0.000.300.86   0.14
XYZ40.839037.93636.3983
Yxy37.93630.47950.4454
Hunter Lab61.592510.568036.9556
CIE-Lab67.973615.340767.0266

#db991e color RGB value is (219,153,30).

#db991e hex color red value is 219, green value is 153 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #db991e hue: 0.11 , saturation: 0.76 and the lightness value of db991e is 0.49.

The process color (four color CMYK) of #db991e color hex is 0.00, 0.30, 0.86, 0.14. Web safe color of #db991e is #cc9933. Color #db991e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 00011110
Octal 333 231 36
Decimal 219 153 30
Hex DB 99 1E

RGB Percentages of Color #db991e

%54.48
%38.06
%7.46

CMYK Percentages of Color #db991e

%0
%30
%86
%14

Triadic Colors of #db991e

#db991e #1edb99 #991edb

Analogous Colors of #db991e

#db991e #bfdb1e #db3b1e

Monochromatic Colors of #db991e

#db991e

Complementary Color

#db991e #1e60db

#db991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db991e Color CSS Codes

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

#db991e Text Font Color

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

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


#db991e Background Color

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

This div background color is #db991e


#db991e Border Color

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

This div border color is #db991e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db991e


Comments

No comments written yet.

Please login to write comment.