Color Hex Logo

#dba106 Color Hex

#DBA106
(219,161,6)
0 Favorites   0 Comments

Color spaces of #dba106

RGB 2191616
HSL0.120.950.44
HSV44°97°86°
CMYK 0.000.260.97   0.14
XYZ41.991240.56305.7886
Yxy40.56300.47530.4592
Hunter Lab63.68916.231939.1936
CIE-Lab69.868710.687972.8465

#dba106 color RGB value is (219,161,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 00000110
Octal 333 241 6
Decimal 219 161 6
Hex DB A1 6

RGB Percentages of Color #dba106

%56.74
%41.71
%1.55

CMYK Percentages of Color #dba106

%0
%26
%97
%14

Triadic Colors of #dba106

#dba106 #06dba1 #a106db

Analogous Colors of #dba106

#dba106 #abdb06 #db3706

Monochromatic Colors of #dba106

#dba106

Complementary Color

#dba106 #0640db

#dba106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba106 Color CSS Codes

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

#dba106 Text Font Color

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

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


#dba106 Background Color

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

This div background color is #dba106


#dba106 Border Color

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

This div border color is #dba106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba106


Comments

No comments written yet.

Please login to write comment.