Color Hex Logo

#db8748 Color Hex

#DB8748
(219,135,72)
0 Favorites   0 Comments

Color spaces of #db8748

RGB 21913572
HSL0.070.670.57
HSV26°67°86°
CMYK 0.000.380.67   0.14
XYZ39.047132.855910.4147
Yxy32.85590.47430.3991
Hunter Lab57.320121.286229.3514
CIE-Lab64.044126.677646.5412

#db8748 color RGB value is (219,135,72).

#db8748 hex color red value is 219, green value is 135 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #db8748 hue: 0.07 , saturation: 0.67 and the lightness value of db8748 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 01001000
Octal 333 207 110
Decimal 219 135 72
Hex DB 87 48

RGB Percentages of Color #db8748

%51.41
%31.69
%16.90

CMYK Percentages of Color #db8748

%0
%38
%67
%14

Triadic Colors of #db8748

#db8748 #48db87 #8748db

Analogous Colors of #db8748

#db8748 #dbd148 #db4852

Monochromatic Colors of #db8748

#db8748

Complementary Color

#db8748 #489cdb

#db8748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8748 Color CSS Codes

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

#db8748 Text Font Color

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

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


#db8748 Background Color

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

This div background color is #db8748


#db8748 Border Color

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

This div border color is #db8748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8748


Comments

No comments written yet.

Please login to write comment.