Color Hex Logo

#db8853 Color Hex

#DB8853
(219,136,83)
0 Favorites   0 Comments

Color spaces of #db8853

RGB 21913683
HSL0.060.650.59
HSV23°62°86°
CMYK 0.000.380.62   0.14
XYZ39.578933.292912.5238
Yxy33.29290.46350.3899
Hunter Lab57.700021.465827.5211
CIE-Lab64.397426.834541.3514

#db8853 color RGB value is (219,136,83).

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

The process color (four color CMYK) of #db8853 color hex is 0.00, 0.38, 0.62, 0.14. Web safe color of #db8853 is #cc9966. Color #db8853 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 01010011
Octal 333 210 123
Decimal 219 136 83
Hex DB 88 53

RGB Percentages of Color #db8853

%50.00
%31.05
%18.95

CMYK Percentages of Color #db8853

%0
%38
%62
%14

Triadic Colors of #db8853

#db8853 #53db88 #8853db

Analogous Colors of #db8853

#db8853 #dbcc53 #db5362

Monochromatic Colors of #db8853

#db8853

Complementary Color

#db8853 #53a6db

#db8853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8853 Color CSS Codes

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

#db8853 Text Font Color

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

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


#db8853 Background Color

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

This div background color is #db8853


#db8853 Border Color

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

This div border color is #db8853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8853


Comments

No comments written yet.

Please login to write comment.