Color Hex Logo

#dbba1f Color Hex

#DBBA1F
(219,186,31)
0 Favorites   0 Comments

Color spaces of #dbba1f

RGB 21918631
HSL0.140.750.49
HSV49°86°86°
CMYK 0.000.150.86   0.14
XYZ47.019650.27688.5225
Yxy50.27680.44430.4751
Hunter Lab70.9061-5.718042.5080
CIE-Lab76.2388-2.138673.4801

#dbba1f color RGB value is (219,186,31).

#dbba1f hex color red value is 219, green value is 186 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dbba1f hue: 0.14 , saturation: 0.75 and the lightness value of dbba1f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 00011111
Octal 333 272 37
Decimal 219 186 31
Hex DB BA 1F

RGB Percentages of Color #dbba1f

%50.23
%42.66
%7.11

CMYK Percentages of Color #dbba1f

%0
%15
%86
%14

Triadic Colors of #dbba1f

#dbba1f #1fdbba #ba1fdb

Analogous Colors of #dbba1f

#dbba1f #9edb1f #db5c1f

Monochromatic Colors of #dbba1f

#dbba1f

Complementary Color

#dbba1f #1f40db

#dbba1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba1f Color CSS Codes

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

#dbba1f Text Font Color

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

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


#dbba1f Background Color

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

This div background color is #dbba1f


#dbba1f Border Color

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

This div border color is #dbba1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba1f


Comments

No comments written yet.

Please login to write comment.