Color Hex Logo

#db9d5f Color Hex

#DB9D5F
(219,157,95)
0 Favorites   0 Comments

Color spaces of #db9d5f

RGB 21915795
HSL0.080.630.62
HSV30°57°86°
CMYK 0.000.280.57   0.14
XYZ43.335940.000216.2632
Yxy40.00020.43510.4016
Hunter Lab63.245711.628029.0260
CIE-Lab69.469716.430041.2461

#db9d5f color RGB value is (219,157,95).

#db9d5f hex color red value is 219, green value is 157 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #db9d5f hue: 0.08 , saturation: 0.63 and the lightness value of db9d5f is 0.62.

The process color (four color CMYK) of #db9d5f color hex is 0.00, 0.28, 0.57, 0.14. Web safe color of #db9d5f is #cc9966. Color #db9d5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011101 01011111
Octal 333 235 137
Decimal 219 157 95
Hex DB 9D 5F

RGB Percentages of Color #db9d5f

%46.50
%33.33
%20.17

CMYK Percentages of Color #db9d5f

%0
%28
%57
%14

Triadic Colors of #db9d5f

#db9d5f #5fdb9d #9d5fdb

Analogous Colors of #db9d5f

#db9d5f #dbdb5f #db5f5f

Monochromatic Colors of #db9d5f

#db9d5f

Complementary Color

#db9d5f #5f9ddb

#db9d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9d5f Color CSS Codes

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

#db9d5f Text Font Color

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

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


#db9d5f Background Color

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

This div background color is #db9d5f


#db9d5f Border Color

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

This div border color is #db9d5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9d5f


Comments

No comments written yet.

Please login to write comment.