color codes Logo

#db552e color codes

#DB552E
(219,85,46)
0 Favorites   0 Comments

Color spaces of #db552e

RGB 2198546
HSL0.040.710.52
HSV14°79°86°
CMYK 0.000.610.79   0.14
XYZ32.955121.75435.0468
Yxy21.75430.55150.3641
Hunter Lab46.641544.498626.2336
CIE-Lab53.765350.549548.4425

#db552e color RGB value is (219,85,46).

#db552e hex color red value is 219, green value is 85 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db552e hue: 0.04 , saturation: 0.71 and the lightness value of db552e is 0.52.

The process color (four color CMYK) of #db552e color code is 0.00, 0.61, 0.79, 0.14. Web safe color of #db552e is #cc6633. Color #db552e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010101 00101110
Octal 333 125 56
Decimal 219 85 46
Hex DB 55 2E

RGB Percentages of Color #db552e

%62.57
%24.29
%13.14

CMYK Percentages of Color #db552e

%0
%61
%79
%14

Triadic Colors of #db552e

#db552e #2edb55 #552edb

Analogous Colors of #db552e

#db552e #dbac2e #db2e5e

Monochromatic Colors of #db552e

#db552e

Complementary Color

#db552e #2eb4db

#db552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db552e Color CSS Codes

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

#db552e Text Font Color

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

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


#db552e Background Color

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

This div background color is #db552e


#db552e Border Color

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

This div border color is #db552e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db552e


Comments

No comments written yet.

Please login to write comment.