Color Hex Logo

#dbaa81 Color Hex

#DBAA81
(219,170,129)
0 Favorites   0 Comments

Color spaces of #dbaa81

RGB 219170129
HSL0.080.560.68
HSV27°41°86°
CMYK 0.000.220.41   0.14
XYZ47.550645.394527.0247
Yxy45.39450.39640.3784
Hunter Lab67.37548.070423.3812
CIE-Lab73.150912.654628.0195

#dbaa81 color RGB value is (219,170,129).

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

The process color (four color CMYK) of #dbaa81 color hex is 0.00, 0.22, 0.41, 0.14. Web safe color of #dbaa81 is #cc9999. Color #dbaa81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10000001
Octal 333 252 201
Decimal 219 170 129
Hex DB AA 81

RGB Percentages of Color #dbaa81

%42.28
%32.82
%24.90

CMYK Percentages of Color #dbaa81

%0
%22
%41
%14

Triadic Colors of #dbaa81

#dbaa81 #81dbaa #aa81db

Analogous Colors of #dbaa81

#dbaa81 #dbd781 #db8185

Monochromatic Colors of #dbaa81

#dbaa81

Complementary Color

#dbaa81 #81b2db

#dbaa81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa81 Color CSS Codes

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

#dbaa81 Text Font Color

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

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


#dbaa81 Background Color

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

This div background color is #dbaa81


#dbaa81 Border Color

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

This div border color is #dbaa81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa81


Comments

No comments written yet.

Please login to write comment.