Color Hex Logo

#dbaa76 Color Hex

#DBAA76
(219,170,118)
0 Favorites   0 Comments

Color spaces of #dbaa76

RGB 219170118
HSL0.090.580.66
HSV31°46°86°
CMYK 0.000.220.46   0.14
XYZ46.858245.117523.3784
Yxy45.11750.40620.3911
Hunter Lab67.16966.976826.3828
CIE-Lab72.969211.501833.6343

#dbaa76 color RGB value is (219,170,118).

#dbaa76 hex color red value is 219, green value is 170 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dbaa76 hue: 0.09 , saturation: 0.58 and the lightness value of dbaa76 is 0.66.

The process color (four color CMYK) of #dbaa76 color hex is 0.00, 0.22, 0.46, 0.14. Web safe color of #dbaa76 is #cc9966. Color #dbaa76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01110110
Octal 333 252 166
Decimal 219 170 118
Hex DB AA 76

RGB Percentages of Color #dbaa76

%43.20
%33.53
%23.27

CMYK Percentages of Color #dbaa76

%0
%22
%46
%14

Triadic Colors of #dbaa76

#dbaa76 #76dbaa #aa76db

Analogous Colors of #dbaa76

#dbaa76 #dadb76 #db7876

Monochromatic Colors of #dbaa76

#dbaa76

Complementary Color

#dbaa76 #76a7db

#dbaa76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa76 Color CSS Codes

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

#dbaa76 Text Font Color

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

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


#dbaa76 Background Color

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

This div background color is #dbaa76


#dbaa76 Border Color

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

This div border color is #dbaa76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa76


Comments

No comments written yet.

Please login to write comment.