Color Hex Logo

#db906e Color Hex

#DB906E
(219,144,110)
0 Favorites   0 Comments

Color spaces of #db906e

RGB 219144110
HSL0.050.600.65
HSV19°50°86°
CMYK 0.000.340.50   0.14
XYZ42.001136.132419.5124
Yxy36.13240.43010.3700
Hunter Lab60.110219.531222.8310
CIE-Lab66.621024.716529.6921

#db906e color RGB value is (219,144,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 01101110
Octal 333 220 156
Decimal 219 144 110
Hex DB 90 6E

RGB Percentages of Color #db906e

%46.30
%30.44
%23.26

CMYK Percentages of Color #db906e

%0
%34
%50
%14

Triadic Colors of #db906e

#db906e #6edb90 #906edb

Analogous Colors of #db906e

#db906e #dbc76e #db6e83

Monochromatic Colors of #db906e

#db906e

Complementary Color

#db906e #6eb9db

#db906e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db906e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db906e Color CSS Codes

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

#db906e Text Font Color

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

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


#db906e Background Color

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

This div background color is #db906e


#db906e Border Color

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

This div border color is #db906e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db906e


Comments

No comments written yet.

Please login to write comment.