Color Hex Logo

#dbaa79 Color Hex

#DBAA79
(219,170,121)
0 Favorites   0 Comments

Color spaces of #dbaa79

RGB 219170121
HSL0.080.580.67
HSV30°45°86°
CMYK 0.000.220.45   0.14
XYZ47.039345.190024.3325
Yxy45.19000.40360.3877
Hunter Lab67.22357.263325.5956
CIE-Lab73.016811.804732.1089

#dbaa79 color RGB value is (219,170,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01111001
Octal 333 252 171
Decimal 219 170 121
Hex DB AA 79

RGB Percentages of Color #dbaa79

%42.94
%33.33
%23.73

CMYK Percentages of Color #dbaa79

%0
%22
%45
%14

Triadic Colors of #dbaa79

#dbaa79 #79dbaa #aa79db

Analogous Colors of #dbaa79

#dbaa79 #dbdb79 #db7979

Monochromatic Colors of #dbaa79

#dbaa79

Complementary Color

#dbaa79 #79aadb

#dbaa79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa79 Color CSS Codes

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

#dbaa79 Text Font Color

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

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


#dbaa79 Background Color

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

This div background color is #dbaa79


#dbaa79 Border Color

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

This div border color is #dbaa79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa79


Comments

No comments written yet.

Please login to write comment.