Color Hex Logo

#dba58c Color Hex

#DBA58C
(219,165,140)
0 Favorites   0 Comments

Color spaces of #dba58c

RGB 219165140
HSL0.050.520.70
HSV19°36°86°
CMYK 0.000.250.36   0.14
XYZ47.402243.863830.7791
Yxy43.86380.38840.3594
Hunter Lab66.229811.854618.8069
CIE-Lab72.137416.609920.7021

#dba58c color RGB value is (219,165,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10001100
Octal 333 245 214
Decimal 219 165 140
Hex DB A5 8C

RGB Percentages of Color #dba58c

%41.79
%31.49
%26.72

CMYK Percentages of Color #dba58c

%0
%25
%36
%14

Triadic Colors of #dba58c

#dba58c #8cdba5 #a58cdb

Analogous Colors of #dba58c

#dba58c #dbcd8c #db8c9b

Monochromatic Colors of #dba58c

#dba58c

Complementary Color

#dba58c #8cc2db

#dba58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba58c Color CSS Codes

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

#dba58c Text Font Color

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

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


#dba58c Background Color

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

This div background color is #dba58c


#dba58c Border Color

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

This div border color is #dba58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba58c


Comments

No comments written yet.

Please login to write comment.