Color Hex Logo

#db775e Color Hex

#DB775E
(219,119,94)
0 Favorites   0 Comments

Color spaces of #db775e

RGB 21911994
HSL0.030.630.61
HSV12°57°86°
CMYK 0.000.460.57   0.14
XYZ37.830629.061914.2053
Yxy29.06190.46650.3584
Hunter Lab53.909130.921122.1132
CIE-Lab60.836236.603731.0399

#db775e color RGB value is (219,119,94).

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

The process color (four color CMYK) of #db775e color hex is 0.00, 0.46, 0.57, 0.14. Web safe color of #db775e is #cc6666. Color #db775e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 01011110
Octal 333 167 136
Decimal 219 119 94
Hex DB 77 5E

RGB Percentages of Color #db775e

%50.69
%27.55
%21.76

CMYK Percentages of Color #db775e

%0
%46
%57
%14

Triadic Colors of #db775e

#db775e #5edb77 #775edb

Analogous Colors of #db775e

#db775e #dbb65e #db5e84

Monochromatic Colors of #db775e

#db775e

Complementary Color

#db775e #5ec2db

#db775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db775e Color CSS Codes

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

#db775e Text Font Color

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

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


#db775e Background Color

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

This div background color is #db775e


#db775e Border Color

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

This div border color is #db775e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db775e

#db775e Color Palettes


Comments

No comments written yet.

Please login to write comment.