Color Hex Logo

#dba58e Color Hex

#DBA58E
(219,165,142)
0 Favorites   0 Comments

Color spaces of #dba58e

RGB 219165142
HSL0.050.520.71
HSV18°35°86°
CMYK 0.000.250.35   0.14
XYZ47.551043.923331.5630
Yxy43.92330.38650.3570
Hunter Lab66.274712.090218.1557
CIE-Lab72.177216.852719.6658

#dba58e color RGB value is (219,165,142).

#dba58e hex color red value is 219, green value is 165 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dba58e hue: 0.05 , saturation: 0.52 and the lightness value of dba58e is 0.71.

The process color (four color CMYK) of #dba58e color hex is 0.00, 0.25, 0.35, 0.14. Web safe color of #dba58e is #cc9999. Color #dba58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10001110
Octal 333 245 216
Decimal 219 165 142
Hex DB A5 8E

RGB Percentages of Color #dba58e

%41.63
%31.37
%27.00

CMYK Percentages of Color #dba58e

%0
%25
%35
%14

Triadic Colors of #dba58e

#dba58e #8edba5 #a58edb

Analogous Colors of #dba58e

#dba58e #dbcc8e #db8e9e

Monochromatic Colors of #dba58e

#dba58e

Complementary Color

#dba58e #8ec4db

#dba58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba58e Color CSS Codes

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

#dba58e Text Font Color

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

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


#dba58e Background Color

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

This div background color is #dba58e


#dba58e Border Color

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

This div border color is #dba58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba58e


Comments

No comments written yet.

Please login to write comment.