Color Hex Logo

#db916e Color Hex

#DB916E
(219,145,110)
0 Favorites   0 Comments

Color spaces of #db916e

RGB 219145110
HSL0.050.600.65
HSV19°50°86°
CMYK 0.000.340.50   0.14
XYZ42.153336.436719.5631
Yxy36.43670.42950.3712
Hunter Lab60.362819.017423.0386
CIE-Lab66.852324.179029.9933

#db916e color RGB value is (219,145,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 01101110
Octal 333 221 156
Decimal 219 145 110
Hex DB 91 6E

RGB Percentages of Color #db916e

%46.20
%30.59
%23.21

CMYK Percentages of Color #db916e

%0
%34
%50
%14

Triadic Colors of #db916e

#db916e #6edb91 #916edb

Analogous Colors of #db916e

#db916e #dbc86e #db6e82

Monochromatic Colors of #db916e

#db916e

Complementary Color

#db916e #6eb8db

#db916e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db916e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db916e Color CSS Codes

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

#db916e Text Font Color

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

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


#db916e Background Color

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

This div background color is #db916e


#db916e Border Color

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

This div border color is #db916e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db916e


Comments

No comments written yet.

Please login to write comment.