Color Hex Logo

#db8c65 Color Hex

#DB8C65
(219,140,101)
0 Favorites   0 Comments

Color spaces of #db8c65

RGB 219140101
HSL0.060.620.63
HSV20°54°86°
CMYK 0.000.360.54   0.14
XYZ40.940534.755816.8627
Yxy34.75580.44230.3755
Hunter Lab58.954020.789324.3090
CIE-Lab65.558126.064833.2138

#db8c65 color RGB value is (219,140,101).

#db8c65 hex color red value is 219, green value is 140 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #db8c65 hue: 0.06 , saturation: 0.62 and the lightness value of db8c65 is 0.63.

The process color (four color CMYK) of #db8c65 color hex is 0.00, 0.36, 0.54, 0.14. Web safe color of #db8c65 is #cc9966. Color #db8c65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001100 01100101
Octal 333 214 145
Decimal 219 140 101
Hex DB 8C 65

RGB Percentages of Color #db8c65

%47.61
%30.43
%21.96

CMYK Percentages of Color #db8c65

%0
%36
%54
%14

Triadic Colors of #db8c65

#db8c65 #65db8c #8c65db

Analogous Colors of #db8c65

#db8c65 #dbc765 #db6579

Monochromatic Colors of #db8c65

#db8c65

Complementary Color

#db8c65 #65b4db

#db8c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8c65 Color CSS Codes

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

#db8c65 Text Font Color

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

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


#db8c65 Background Color

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

This div background color is #db8c65


#db8c65 Border Color

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

This div border color is #db8c65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8c65


Comments

No comments written yet.

Please login to write comment.