Color Hex Logo

#db553e Color Hex

#DB553E
(219,85,62)
0 Favorites   0 Comments

Color spaces of #db553e

RGB 2198562
HSL0.020.690.55
HSV72°86°
CMYK 0.000.610.72   0.14
XYZ33.331421.90497.0287
Yxy21.90490.53530.3518
Hunter Lab46.802745.217423.8579
CIE-Lab53.926051.189140.3323

#db553e color RGB value is (219,85,62).

#db553e hex color red value is 219, green value is 85 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db553e hue: 0.02 , saturation: 0.69 and the lightness value of db553e is 0.55.

The process color (four color CMYK) of #db553e color hex is 0.00, 0.61, 0.72, 0.14. Web safe color of #db553e is #cc6633. Color #db553e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 00111110
Octal 333 125 76
Decimal 219 85 62
Hex DB 55 3E

RGB Percentages of Color #db553e

%59.84
%23.22
%16.94

CMYK Percentages of Color #db553e

%0
%61
%72
%14

Triadic Colors of #db553e

#db553e #3edb55 #553edb

Analogous Colors of #db553e

#db553e #dba43e #db3e76

Monochromatic Colors of #db553e

#db553e

Complementary Color

#db553e #3ec4db

#db553e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db553e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db553e Color CSS Codes

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

#db553e Text Font Color

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

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


#db553e Background Color

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

This div background color is #db553e


#db553e Border Color

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

This div border color is #db553e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db553e

#db553e Color Palettes


Comments

No comments written yet.

Please login to write comment.