Color Hex Logo

#db795d Color Hex

#DB795D
(219,121,93)
0 Favorites   0 Comments

Color spaces of #db795d

RGB 21912193
HSL0.040.640.61
HSV13°58°86°
CMYK 0.000.450.58   0.14
XYZ38.026629.525114.0506
Yxy29.52510.46600.3618
Hunter Lab54.337029.829722.7045
CIE-Lab61.242335.487532.1096

#db795d color RGB value is (219,121,93).

#db795d hex color red value is 219, green value is 121 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #db795d hue: 0.04 , saturation: 0.64 and the lightness value of db795d is 0.61.

The process color (four color CMYK) of #db795d color hex is 0.00, 0.45, 0.58, 0.14. Web safe color of #db795d is #cc6666. Color #db795d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 01011101
Octal 333 171 135
Decimal 219 121 93
Hex DB 79 5D

RGB Percentages of Color #db795d

%50.58
%27.94
%21.48

CMYK Percentages of Color #db795d

%0
%45
%58
%14

Triadic Colors of #db795d

#db795d #5ddb79 #795ddb

Analogous Colors of #db795d

#db795d #dbb85d #db5d80

Monochromatic Colors of #db795d

#db795d

Complementary Color

#db795d #5dbfdb

#db795d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db795d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db795d Color CSS Codes

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

#db795d Text Font Color

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

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


#db795d Background Color

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

This div background color is #db795d


#db795d Border Color

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

This div border color is #db795d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db795d


Comments

No comments written yet.

Please login to write comment.