Color Hex Logo

#db8147 Color Hex

#DB8147
(219,129,71)
0 Favorites   0 Comments

Color spaces of #db8147

RGB 21912971
HSL0.070.670.57
HSV24°68°86°
CMYK 0.000.410.68   0.14
XYZ38.201031.21559.9730
Yxy31.21550.48120.3932
Hunter Lab55.870824.273228.5263
CIE-Lab62.689129.813445.5169

#db8147 color RGB value is (219,129,71).

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

The process color (four color CMYK) of #db8147 color hex is 0.00, 0.41, 0.68, 0.14. Web safe color of #db8147 is #cc9933. Color #db8147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 01000111
Octal 333 201 107
Decimal 219 129 71
Hex DB 81 47

RGB Percentages of Color #db8147

%52.27
%30.79
%16.95

CMYK Percentages of Color #db8147

%0
%41
%68
%14

Triadic Colors of #db8147

#db8147 #47db81 #8147db

Analogous Colors of #db8147

#db8147 #dbcb47 #db4757

Monochromatic Colors of #db8147

#db8147

Complementary Color

#db8147 #47a1db

#db8147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8147 Color CSS Codes

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

#db8147 Text Font Color

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

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


#db8147 Background Color

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

This div background color is #db8147


#db8147 Border Color

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

This div border color is #db8147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8147


Comments

No comments written yet.

Please login to write comment.