Color Hex Logo

#db612d Color Hex

#DB612D
(219,97,45)
0 Favorites   0 Comments

Color spaces of #db612d

RGB 2199745
HSL0.050.710.52
HSV18°79°86°
CMYK 0.000.560.79   0.14
XYZ33.961823.79895.2863
Yxy23.79890.53870.3775
Hunter Lab48.784138.893327.7242
CIE-Lab55.885944.950250.9797

#db612d color RGB value is (219,97,45).

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

The process color (four color CMYK) of #db612d color hex is 0.00, 0.56, 0.79, 0.14. Web safe color of #db612d is #cc6633. Color #db612d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100001 00101101
Octal 333 141 55
Decimal 219 97 45
Hex DB 61 2D

RGB Percentages of Color #db612d

%60.66
%26.87
%12.47

CMYK Percentages of Color #db612d

%0
%56
%79
%14

Triadic Colors of #db612d

#db612d #2ddb61 #612ddb

Analogous Colors of #db612d

#db612d #dbb82d #db2d50

Monochromatic Colors of #db612d

#db612d

Complementary Color

#db612d #2da7db

#db612d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db612d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db612d Color CSS Codes

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

#db612d Text Font Color

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

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


#db612d Background Color

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

This div background color is #db612d


#db612d Border Color

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

This div border color is #db612d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db612d


Comments

No comments written yet.

Please login to write comment.