Color Hex Logo

#dba10b Color Hex

#DBA10B
(219,161,11)
0 Favorites   0 Comments

Color spaces of #dba10b

RGB 21916111
HSL0.120.900.45
HSV43°95°86°
CMYK 0.000.260.95   0.14
XYZ42.018740.57405.9335
Yxy40.57400.47460.4583
Hunter Lab63.69776.277939.0655
CIE-Lab69.876410.737572.2376

#dba10b color RGB value is (219,161,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 00001011
Octal 333 241 13
Decimal 219 161 11
Hex DB A1 B

RGB Percentages of Color #dba10b

%56.01
%41.18
%2.81

CMYK Percentages of Color #dba10b

%0
%26
%95
%14

Triadic Colors of #dba10b

#dba10b #0bdba1 #a10bdb

Analogous Colors of #dba10b

#dba10b #addb0b #db390b

Monochromatic Colors of #dba10b

#dba10b

Complementary Color

#dba10b #0b45db

#dba10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba10b Color CSS Codes

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

#dba10b Text Font Color

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

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


#dba10b Background Color

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

This div background color is #dba10b


#dba10b Border Color

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

This div border color is #dba10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba10b


Comments

No comments written yet.

Please login to write comment.