Color Hex Logo

#db916f Color Hex

#DB916F
(219,145,111)
0 Favorites   0 Comments

Color spaces of #db916f

RGB 219145111
HSL0.050.600.65
HSV19°49°86°
CMYK 0.000.340.49   0.14
XYZ42.208136.458619.8515
Yxy36.45860.42840.3701
Hunter Lab60.381019.110222.7738
CIE-Lab66.868924.272629.4700

#db916f color RGB value is (219,145,111).

#db916f hex color red value is 219, green value is 145 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #db916f hue: 0.05 , saturation: 0.60 and the lightness value of db916f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 01101111
Octal 333 221 157
Decimal 219 145 111
Hex DB 91 6F

RGB Percentages of Color #db916f

%46.11
%30.53
%23.37

CMYK Percentages of Color #db916f

%0
%34
%49
%14

Triadic Colors of #db916f

#db916f #6fdb91 #916fdb

Analogous Colors of #db916f

#db916f #dbc76f #db6f83

Monochromatic Colors of #db916f

#db916f

Complementary Color

#db916f #6fb9db

#db916f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db916f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db916f Color CSS Codes

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

#db916f Text Font Color

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

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


#db916f Background Color

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

This div background color is #db916f


#db916f Border Color

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

This div border color is #db916f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db916f


Comments

No comments written yet.

Please login to write comment.