Color Hex Logo

#db8769 Color Hex

#DB8769
(219,135,105)
0 Favorites   0 Comments

Color spaces of #db8769

RGB 219135105
HSL0.040.610.64
HSV16°52°86°
CMYK 0.000.380.52   0.14
XYZ40.427233.407917.6822
Yxy33.40790.44170.3650
Hunter Lab57.799623.700422.3215
CIE-Lab64.489829.084629.6595

#db8769 color RGB value is (219,135,105).

#db8769 hex color red value is 219, green value is 135 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #db8769 hue: 0.04 , saturation: 0.61 and the lightness value of db8769 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 01101001
Octal 333 207 151
Decimal 219 135 105
Hex DB 87 69

RGB Percentages of Color #db8769

%47.71
%29.41
%22.88

CMYK Percentages of Color #db8769

%0
%38
%52
%14

Triadic Colors of #db8769

#db8769 #69db87 #8769db

Analogous Colors of #db8769

#db8769 #dbc069 #db6984

Monochromatic Colors of #db8769

#db8769

Complementary Color

#db8769 #69bddb

#db8769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8769 Color CSS Codes

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

#db8769 Text Font Color

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

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


#db8769 Background Color

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

This div background color is #db8769


#db8769 Border Color

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

This div border color is #db8769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8769


Comments

No comments written yet.

Please login to write comment.