Color Hex Logo

#dba580 Color Hex

#DBA580
(219,165,128)
0 Favorites   0 Comments

Color spaces of #dba580

RGB 219165128
HSL0.070.560.68
HSV24°42°86°
CMYK 0.000.250.42   0.14
XYZ46.564843.528826.3698
Yxy43.52880.39980.3738
Hunter Lab65.976410.523122.4861
CIE-Lab71.912415.230726.9078

#dba580 color RGB value is (219,165,128).

#dba580 hex color red value is 219, green value is 165 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dba580 hue: 0.07 , saturation: 0.56 and the lightness value of dba580 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10000000
Octal 333 245 200
Decimal 219 165 128
Hex DB A5 80

RGB Percentages of Color #dba580

%42.77
%32.23
%25.00

CMYK Percentages of Color #dba580

%0
%25
%42
%14

Triadic Colors of #dba580

#dba580 #80dba5 #a580db

Analogous Colors of #dba580

#dba580 #dbd380 #db8089

Monochromatic Colors of #dba580

#dba580

Complementary Color

#dba580 #80b6db

#dba580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba580 Color CSS Codes

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

#dba580 Text Font Color

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

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


#dba580 Background Color

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

This div background color is #dba580


#dba580 Border Color

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

This div border color is #dba580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba580


Comments

No comments written yet.

Please login to write comment.