Color Hex Logo

#db672b Color Hex

#DB672B
(219,103,43)
0 Favorites   0 Comments

Color spaces of #db672b

RGB 21910343
HSL0.060.710.51
HSV20°80°86°
CMYK 0.000.530.80   0.14
XYZ34.499724.93505.2801
Yxy24.93500.53310.3853
Hunter Lab49.935035.938228.6852
CIE-Lab57.012041.959452.9498

#db672b color RGB value is (219,103,43).

#db672b hex color red value is 219, green value is 103 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #db672b hue: 0.06 , saturation: 0.71 and the lightness value of db672b is 0.51.

The process color (four color CMYK) of #db672b color hex is 0.00, 0.53, 0.80, 0.14. Web safe color of #db672b is #cc6633. Color #db672b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 00101011
Octal 333 147 53
Decimal 219 103 43
Hex DB 67 2B

RGB Percentages of Color #db672b

%60.00
%28.22
%11.78

CMYK Percentages of Color #db672b

%0
%53
%80
%14

Triadic Colors of #db672b

#db672b #2bdb67 #672bdb

Analogous Colors of #db672b

#db672b #dbbf2b #db2b47

Monochromatic Colors of #db672b

#db672b

Complementary Color

#db672b #2b9fdb

#db672b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db672b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db672b Color CSS Codes

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

#db672b Text Font Color

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

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


#db672b Background Color

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

This div background color is #db672b


#db672b Border Color

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

This div border color is #db672b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db672b


Comments

No comments written yet.

Please login to write comment.