Color Hex Logo

#db9206 Color Hex

#DB9206
(219,146,6)
0 Favorites   0 Comments

Color spaces of #db9206

RGB 2191466
HSL0.110.950.44
HSV39°97°86°
CMYK 0.000.330.97   0.14
XYZ39.525235.63104.9666
Yxy35.63100.49330.4447
Hunter Lab59.691713.734336.8510
CIE-Lab66.237018.736170.3279

#db9206 color RGB value is (219,146,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 00000110
Octal 333 222 6
Decimal 219 146 6
Hex DB 92 6

RGB Percentages of Color #db9206

%59.03
%39.35
%1.62

CMYK Percentages of Color #db9206

%0
%33
%97
%14

Triadic Colors of #db9206

#db9206 #06db92 #9206db

Analogous Colors of #db9206

#db9206 #badb06 #db2706

Monochromatic Colors of #db9206

#db9206

Complementary Color

#db9206 #064fdb

#db9206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9206 Color CSS Codes

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

#db9206 Text Font Color

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

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


#db9206 Background Color

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

This div background color is #db9206


#db9206 Border Color

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

This div border color is #db9206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9206


Comments

No comments written yet.

Please login to write comment.