Color Hex Logo

#db872d Color Hex

#DB872D
(219,135,45)
0 Favorites   0 Comments

Color spaces of #db872d

RGB 21913545
HSL0.090.710.52
HSV31°79°86°
CMYK 0.000.380.79   0.14
XYZ38.351032.57756.7494
Yxy32.57750.49370.4194
Hunter Lab57.076720.053632.9426
CIE-Lab63.817325.432858.4635

#db872d color RGB value is (219,135,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 00101101
Octal 333 207 55
Decimal 219 135 45
Hex DB 87 2D

RGB Percentages of Color #db872d

%54.89
%33.83
%11.28

CMYK Percentages of Color #db872d

%0
%38
%79
%14

Triadic Colors of #db872d

#db872d #2ddb87 #872ddb

Analogous Colors of #db872d

#db872d #d8db2d #db302d

Monochromatic Colors of #db872d

#db872d

Complementary Color

#db872d #2d81db

#db872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db872d Color CSS Codes

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

#db872d Text Font Color

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

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


#db872d Background Color

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

This div background color is #db872d


#db872d Border Color

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

This div border color is #db872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db872d


Comments

No comments written yet.

Please login to write comment.