Color Hex Logo

#db8551 Color Hex

#DB8551
(219,133,81)
0 Favorites   0 Comments

Color spaces of #db8551

RGB 21913381
HSL0.060.660.59
HSV23°63°86°
CMYK 0.000.390.63   0.14
XYZ39.086132.429211.9840
Yxy32.42920.46810.3884
Hunter Lab56.946622.859327.3855
CIE-Lab63.696028.301441.5602

#db8551 color RGB value is (219,133,81).

#db8551 hex color red value is 219, green value is 133 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #db8551 hue: 0.06 , saturation: 0.66 and the lightness value of db8551 is 0.59.

The process color (four color CMYK) of #db8551 color hex is 0.00, 0.39, 0.63, 0.14. Web safe color of #db8551 is #cc9966. Color #db8551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 01010001
Octal 333 205 121
Decimal 219 133 81
Hex DB 85 51

RGB Percentages of Color #db8551

%50.58
%30.72
%18.71

CMYK Percentages of Color #db8551

%0
%39
%63
%14

Triadic Colors of #db8551

#db8551 #51db85 #8551db

Analogous Colors of #db8551

#db8551 #dbca51 #db5162

Monochromatic Colors of #db8551

#db8551

Complementary Color

#db8551 #51a7db

#db8551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8551 Color CSS Codes

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

#db8551 Text Font Color

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

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


#db8551 Background Color

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

This div background color is #db8551


#db8551 Border Color

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

This div border color is #db8551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8551


Comments

No comments written yet.

Please login to write comment.