Color Hex Logo

#dba90a Color Hex

#DBA90A
(219,169,10)
0 Favorites   0 Comments

Color spaces of #dba90a

RGB 21916910
HSL0.130.910.45
HSV46°95°86°
CMYK 0.000.230.95   0.14
XYZ43.456243.45796.3850
Yxy43.45790.46580.4658
Hunter Lab65.92262.302740.4032
CIE-Lab71.86476.462573.7891

#dba90a color RGB value is (219,169,10).

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

The process color (four color CMYK) of #dba90a color hex is 0.00, 0.23, 0.95, 0.14. Web safe color of #dba90a is #cc9900. Color #dba90a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00001010
Octal 333 251 12
Decimal 219 169 10
Hex DB A9 A

RGB Percentages of Color #dba90a

%55.03
%42.46
%2.51

CMYK Percentages of Color #dba90a

%0
%23
%95
%14

Triadic Colors of #dba90a

#dba90a #0adba9 #a90adb

Analogous Colors of #dba90a

#dba90a #a5db0a #db400a

Monochromatic Colors of #dba90a

#dba90a

Complementary Color

#dba90a #0a3cdb

#dba90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba90a Color CSS Codes

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

#dba90a Text Font Color

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

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


#dba90a Background Color

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

This div background color is #dba90a


#dba90a Border Color

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

This div border color is #dba90a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,169,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 #dba90a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba90a


Comments

No comments written yet.

Please login to write comment.