Color Hex Logo

#dba10a Color Hex

#DBA10A
(219,161,10)
0 Favorites   0 Comments

Color spaces of #dba10a

RGB 21916110
HSL0.120.910.45
HSV43°95°86°
CMYK 0.000.260.95   0.14
XYZ42.013140.57175.9040
Yxy40.57170.47480.4585
Hunter Lab63.69596.268739.0915
CIE-Lab69.874810.727672.3607

#dba10a color RGB value is (219,161,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 00001010
Octal 333 241 12
Decimal 219 161 10
Hex DB A1 A

RGB Percentages of Color #dba10a

%56.15
%41.28
%2.56

CMYK Percentages of Color #dba10a

%0
%26
%95
%14

Triadic Colors of #dba10a

#dba10a #0adba1 #a10adb

Analogous Colors of #dba10a

#dba10a #addb0a #db390a

Monochromatic Colors of #dba10a

#dba10a

Complementary Color

#dba10a #0a44db

#dba10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba10a Color CSS Codes

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

#dba10a Text Font Color

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

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


#dba10a Background Color

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

This div background color is #dba10a


#dba10a Border Color

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

This div border color is #dba10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba10a


Comments

No comments written yet.

Please login to write comment.