Color Hex Logo

#dba180 Color Hex

#DBA180
(219,161,128)
0 Favorites   0 Comments

Color spaces of #dba180

RGB 219161128
HSL0.060.560.68
HSV22°42°86°
CMYK 0.000.260.42   0.14
XYZ45.854642.108326.1330
Yxy42.10830.40190.3691
Hunter Lab64.890912.576421.5462
CIE-Lab70.945517.384225.6151

#dba180 color RGB value is (219,161,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 10000000
Octal 333 241 200
Decimal 219 161 128
Hex DB A1 80

RGB Percentages of Color #dba180

%43.11
%31.69
%25.20

CMYK Percentages of Color #dba180

%0
%26
%42
%14

Triadic Colors of #dba180

#dba180 #80dba1 #a180db

Analogous Colors of #dba180

#dba180 #dbcf80 #db808d

Monochromatic Colors of #dba180

#dba180

Complementary Color

#dba180 #80badb

#dba180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba180 Color CSS Codes

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

#dba180 Text Font Color

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

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


#dba180 Background Color

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

This div background color is #dba180


#dba180 Border Color

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

This div border color is #dba180


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,161,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 #dba180">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba180


Comments

No comments written yet.

Please login to write comment.