Color Hex Logo

#dbba2e Color Hex

#DBBA2E
(219,186,46)
0 Favorites   0 Comments

Color spaces of #dbba2e

RGB 21918646
HSL0.130.710.52
HSV49°79°86°
CMYK 0.000.150.79   0.14
XYZ47.265550.37519.8170
Yxy50.37510.43990.4688
Hunter Lab70.9754-5.336441.4821
CIE-Lab76.2989-1.709469.4546

#dbba2e color RGB value is (219,186,46).

#dbba2e hex color red value is 219, green value is 186 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dbba2e hue: 0.13 , saturation: 0.71 and the lightness value of dbba2e is 0.52.

The process color (four color CMYK) of #dbba2e color hex is 0.00, 0.15, 0.79, 0.14. Web safe color of #dbba2e is #cccc33. Color #dbba2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 00101110
Octal 333 272 56
Decimal 219 186 46
Hex DB BA 2E

RGB Percentages of Color #dbba2e

%48.56
%41.24
%10.20

CMYK Percentages of Color #dbba2e

%0
%15
%79
%14

Triadic Colors of #dbba2e

#dbba2e #2edbba #ba2edb

Analogous Colors of #dbba2e

#dbba2e #a6db2e #db642e

Monochromatic Colors of #dbba2e

#dbba2e

Complementary Color

#dbba2e #2e4fdb

#dbba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba2e Color CSS Codes

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

#dbba2e Text Font Color

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

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


#dbba2e Background Color

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

This div background color is #dbba2e


#dbba2e Border Color

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

This div border color is #dbba2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba2e


Comments

No comments written yet.

Please login to write comment.