Color Hex Logo

#dbaa5a Color Hex

#DBAA5A
(219,170,90)
0 Favorites   0 Comments

Color spaces of #dbaa5a

RGB 21917090
HSL0.100.640.61
HSV37°59°86°
CMYK 0.000.220.59   0.14
XYZ45.433644.547715.8768
Yxy44.54770.42920.4208
Hunter Lab66.74414.705332.6172
CIE-Lab72.59319.078847.4784

#dbaa5a color RGB value is (219,170,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01011010
Octal 333 252 132
Decimal 219 170 90
Hex DB AA 5A

RGB Percentages of Color #dbaa5a

%45.72
%35.49
%18.79

CMYK Percentages of Color #dbaa5a

%0
%22
%59
%14

Triadic Colors of #dbaa5a

#dbaa5a #5adbaa #aa5adb

Analogous Colors of #dbaa5a

#dbaa5a #ccdb5a #db6a5a

Monochromatic Colors of #dbaa5a

#dbaa5a

Complementary Color

#dbaa5a #5a8bdb

#dbaa5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa5a Color CSS Codes

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

#dbaa5a Text Font Color

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

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


#dbaa5a Background Color

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

This div background color is #dbaa5a


#dbaa5a Border Color

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

This div border color is #dbaa5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa5a


Comments

No comments written yet.

Please login to write comment.