Color Hex Logo

#db873f Color Hex

#DB873F
(219,135,63)
0 Favorites   0 Comments

Color spaces of #db873f

RGB 21913563
HSL0.080.680.55
HSV28°71°86°
CMYK 0.000.380.71   0.14
XYZ38.774632.74698.9798
Yxy32.74690.48170.4068
Hunter Lab57.224920.804930.7536
CIE-Lab63.955426.192850.7982

#db873f color RGB value is (219,135,63).

#db873f hex color red value is 219, green value is 135 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db873f hue: 0.08 , saturation: 0.68 and the lightness value of db873f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 00111111
Octal 333 207 77
Decimal 219 135 63
Hex DB 87 3F

RGB Percentages of Color #db873f

%52.52
%32.37
%15.11

CMYK Percentages of Color #db873f

%0
%38
%71
%14

Triadic Colors of #db873f

#db873f #3fdb87 #873fdb

Analogous Colors of #db873f

#db873f #dbd53f #db3f45

Monochromatic Colors of #db873f

#db873f

Complementary Color

#db873f #3f93db

#db873f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db873f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db873f Color CSS Codes

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

#db873f Text Font Color

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

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


#db873f Background Color

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

This div background color is #db873f


#db873f Border Color

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

This div border color is #db873f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db873f


Comments

No comments written yet.

Please login to write comment.