Color Hex Logo

#db915e Color Hex

#DB915E
(219,145,94)
0 Favorites   0 Comments

Color spaces of #db915e

RGB 21914594
HSL0.070.630.61
HSV24°57°86°
CMYK 0.000.340.57   0.14
XYZ41.359236.119015.3815
Yxy36.11900.44540.3890
Hunter Lab60.099117.667426.8949
CIE-Lab66.610722.810438.2703

#db915e color RGB value is (219,145,94).

#db915e hex color red value is 219, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #db915e hue: 0.07 , saturation: 0.63 and the lightness value of db915e is 0.61.

The process color (four color CMYK) of #db915e color hex is 0.00, 0.34, 0.57, 0.14. Web safe color of #db915e is #cc9966. Color #db915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 01011110
Octal 333 221 136
Decimal 219 145 94
Hex DB 91 5E

RGB Percentages of Color #db915e

%47.82
%31.66
%20.52

CMYK Percentages of Color #db915e

%0
%34
%57
%14

Triadic Colors of #db915e

#db915e #5edb91 #915edb

Analogous Colors of #db915e

#db915e #dbd05e #db5e6a

Monochromatic Colors of #db915e

#db915e

Complementary Color

#db915e #5ea8db

#db915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db915e Color CSS Codes

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

#db915e Text Font Color

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

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


#db915e Background Color

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

This div background color is #db915e


#db915e Border Color

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

This div border color is #db915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db915e


Comments

No comments written yet.

Please login to write comment.