Color Hex Logo

#db772b Color Hex

#DB772B
(219,119,43)
0 Favorites   0 Comments

Color spaces of #db772b

RGB 21911943
HSL0.070.710.51
HSV26°80°86°
CMYK 0.000.460.80   0.14
XYZ36.246328.42815.8623
Yxy28.42810.51390.4030
Hunter Lab53.318028.040230.8037
CIE-Lab60.273533.821355.9854

#db772b color RGB value is (219,119,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 00101011
Octal 333 167 53
Decimal 219 119 43
Hex DB 77 2B

RGB Percentages of Color #db772b

%57.48
%31.23
%11.29

CMYK Percentages of Color #db772b

%0
%46
%80
%14

Triadic Colors of #db772b

#db772b #2bdb77 #772bdb

Analogous Colors of #db772b

#db772b #dbcf2b #db2b37

Monochromatic Colors of #db772b

#db772b

Complementary Color

#db772b #2b8fdb

#db772b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db772b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db772b Color CSS Codes

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

#db772b Text Font Color

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

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


#db772b Background Color

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

This div background color is #db772b


#db772b Border Color

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

This div border color is #db772b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,119,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 #db772b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db772b


Comments

No comments written yet.

Please login to write comment.