Color Hex Logo

#db8721 Color Hex

#DB8721
(219,135,33)
0 Favorites   0 Comments

Color spaces of #db8721

RGB 21913533
HSL0.090.740.49
HSV33°85°86°
CMYK 0.000.380.85   0.14
XYZ38.151932.49785.7007
Yxy32.49780.49970.4256
Hunter Lab57.006819.699433.9758
CIE-Lab63.752225.073162.6835

#db8721 color RGB value is (219,135,33).

#db8721 hex color red value is 219, green value is 135 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #db8721 hue: 0.09 , saturation: 0.74 and the lightness value of db8721 is 0.49.

The process color (four color CMYK) of #db8721 color hex is 0.00, 0.38, 0.85, 0.14. Web safe color of #db8721 is #cc9933. Color #db8721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 00100001
Octal 333 207 41
Decimal 219 135 33
Hex DB 87 21

RGB Percentages of Color #db8721

%56.59
%34.88
%8.53

CMYK Percentages of Color #db8721

%0
%38
%85
%14

Triadic Colors of #db8721

#db8721 #21db87 #8721db

Analogous Colors of #db8721

#db8721 #d2db21 #db2a21

Monochromatic Colors of #db8721

#db8721

Complementary Color

#db8721 #2175db

#db8721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8721 Color CSS Codes

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

#db8721 Text Font Color

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

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


#db8721 Background Color

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

This div background color is #db8721


#db8721 Border Color

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

This div border color is #db8721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8721


Comments

No comments written yet.

Please login to write comment.