Color Hex Logo

#dbaa2a Color Hex

#DBAA2A
(219,170,42)
0 Favorites   0 Comments

Color spaces of #dbaa2a

RGB 21917042
HSL0.120.710.51
HSV43°81°86°
CMYK 0.000.220.81   0.14
XYZ44.006143.97678.3595
Yxy43.97670.45680.4565
Hunter Lab66.31492.400238.9465
CIE-Lab72.21296.579367.0878

#dbaa2a color RGB value is (219,170,42).

#dbaa2a hex color red value is 219, green value is 170 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dbaa2a hue: 0.12 , saturation: 0.71 and the lightness value of dbaa2a is 0.51.

The process color (four color CMYK) of #dbaa2a color hex is 0.00, 0.22, 0.81, 0.14. Web safe color of #dbaa2a is #cc9933. Color #dbaa2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 00101010
Octal 333 252 52
Decimal 219 170 42
Hex DB AA 2A

RGB Percentages of Color #dbaa2a

%50.81
%39.44
%9.74

CMYK Percentages of Color #dbaa2a

%0
%22
%81
%14

Triadic Colors of #dbaa2a

#dbaa2a #2adbaa #aa2adb

Analogous Colors of #dbaa2a

#dbaa2a #b4db2a #db512a

Monochromatic Colors of #dbaa2a

#dbaa2a

Complementary Color

#dbaa2a #2a5bdb

#dbaa2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa2a Color CSS Codes

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

#dbaa2a Text Font Color

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

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


#dbaa2a Background Color

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

This div background color is #dbaa2a


#dbaa2a Border Color

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

This div border color is #dbaa2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa2a


Comments

No comments written yet.

Please login to write comment.