Color Hex Logo

#db9560 Color Hex

#DB9560
(219,149,96)
0 Favorites   0 Comments

Color spaces of #db9560

RGB 21914996
HSL0.070.630.62
HSV26°56°86°
CMYK 0.000.320.56   0.14
XYZ42.072237.399516.0677
Yxy37.39950.44040.3915
Hunter Lab61.155115.779127.2309
CIE-Lab67.575720.816138.4075

#db9560 color RGB value is (219,149,96).

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

The process color (four color CMYK) of #db9560 color hex is 0.00, 0.32, 0.56, 0.14. Web safe color of #db9560 is #cc9966. Color #db9560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010101 01100000
Octal 333 225 140
Decimal 219 149 96
Hex DB 95 60

RGB Percentages of Color #db9560

%47.20
%32.11
%20.69

CMYK Percentages of Color #db9560

%0
%32
%56
%14

Triadic Colors of #db9560

#db9560 #60db95 #9560db

Analogous Colors of #db9560

#db9560 #dbd360 #db6069

Monochromatic Colors of #db9560

#db9560

Complementary Color

#db9560 #60a6db

#db9560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9560 Color CSS Codes

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

#db9560 Text Font Color

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

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


#db9560 Background Color

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

This div background color is #db9560


#db9560 Border Color

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

This div border color is #db9560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9560


Comments

No comments written yet.

Please login to write comment.