Color Hex Logo

#dbaa59 Color Hex

#DBAA59
(219,170,89)
0 Favorites   0 Comments

Color spaces of #dbaa59

RGB 21917089
HSL0.100.640.60
HSV37°59°86°
CMYK 0.000.220.59   0.14
XYZ45.391344.530815.6541
Yxy44.53080.42990.4218
Hunter Lab66.73144.637432.8035
CIE-Lab72.58199.005847.9536

#dbaa59 color RGB value is (219,170,89).

#dbaa59 hex color red value is 219, green value is 170 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dbaa59 hue: 0.10 , saturation: 0.64 and the lightness value of dbaa59 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01011001
Octal 333 252 131
Decimal 219 170 89
Hex DB AA 59

RGB Percentages of Color #dbaa59

%45.82
%35.56
%18.62

CMYK Percentages of Color #dbaa59

%0
%22
%59
%14

Triadic Colors of #dbaa59

#dbaa59 #59dbaa #aa59db

Analogous Colors of #dbaa59

#dbaa59 #cbdb59 #db6959

Monochromatic Colors of #dbaa59

#dbaa59

Complementary Color

#dbaa59 #598adb

#dbaa59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa59 Color CSS Codes

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

#dbaa59 Text Font Color

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

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


#dbaa59 Background Color

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

This div background color is #dbaa59


#dbaa59 Border Color

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

This div border color is #dbaa59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa59


Comments

No comments written yet.

Please login to write comment.