Color Hex Logo

#db9955 Color Hex

#DB9955
(219,153,85)
0 Favorites   0 Comments

Color spaces of #db9955

RGB 21915385
HSL0.080.650.60
HSV30°61°86°
CMYK 0.000.300.61   0.14
XYZ42.244338.498413.7987
Yxy38.49840.44680.4072
Hunter Lab62.047112.948030.2474
CIE-Lab68.386417.840745.0346

#db9955 color RGB value is (219,153,85).

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

The process color (four color CMYK) of #db9955 color hex is 0.00, 0.30, 0.61, 0.14. Web safe color of #db9955 is #cc9966. Color #db9955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 01010101
Octal 333 231 125
Decimal 219 153 85
Hex DB 99 55

RGB Percentages of Color #db9955

%47.92
%33.48
%18.60

CMYK Percentages of Color #db9955

%0
%30
%61
%14

Triadic Colors of #db9955

#db9955 #55db99 #9955db

Analogous Colors of #db9955

#db9955 #dadb55 #db5655

Monochromatic Colors of #db9955

#db9955

Complementary Color

#db9955 #5597db

#db9955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9955 Color CSS Codes

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

#db9955 Text Font Color

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

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


#db9955 Background Color

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

This div background color is #db9955


#db9955 Border Color

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

This div border color is #db9955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9955


Comments

No comments written yet.

Please login to write comment.