Color Hex Logo

#dbba0a Color Hex

#DBBA0A
(219,186,10)
0 Favorites   0 Comments

Color spaces of #dbba0a

RGB 21918610
HSL0.140.910.45
HSV51°95°86°
CMYK 0.000.150.95   0.14
XYZ46.827150.19987.5086
Yxy50.19980.44800.4802
Hunter Lab70.8518-6.017243.3129
CIE-Lab76.1917-2.475976.9357

#dbba0a color RGB value is (219,186,10).

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

The process color (four color CMYK) of #dbba0a color hex is 0.00, 0.15, 0.95, 0.14. Web safe color of #dbba0a is #cccc00. Color #dbba0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 00001010
Octal 333 272 12
Decimal 219 186 10
Hex DB BA A

RGB Percentages of Color #dbba0a

%52.77
%44.82
%2.41

CMYK Percentages of Color #dbba0a

%0
%15
%95
%14

Triadic Colors of #dbba0a

#dbba0a #0adbba #ba0adb

Analogous Colors of #dbba0a

#dbba0a #94db0a #db520a

Monochromatic Colors of #dbba0a

#dbba0a

Complementary Color

#dbba0a #0a2bdb

#dbba0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba0a Color CSS Codes

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

#dbba0a Text Font Color

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

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


#dbba0a Background Color

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

This div background color is #dbba0a


#dbba0a Border Color

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

This div border color is #dbba0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba0a


Comments

No comments written yet.

Please login to write comment.