Color Hex Logo

#db9520 Color Hex

#DB9520
(219,149,32)
0 Favorites   0 Comments

Color spaces of #db9520

RGB 21914932
HSL0.100.750.49
HSV38°85°86°
CMYK 0.000.320.85   0.14
XYZ40.221636.65926.3225
Yxy36.65920.48340.4406
Hunter Lab60.546812.621636.1915
CIE-Lab67.020617.537865.6916

#db9520 color RGB value is (219,149,32).

#db9520 hex color red value is 219, green value is 149 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #db9520 hue: 0.10 , saturation: 0.75 and the lightness value of db9520 is 0.49.

The process color (four color CMYK) of #db9520 color hex is 0.00, 0.32, 0.85, 0.14. Web safe color of #db9520 is #cc9933. Color #db9520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010101 00100000
Octal 333 225 40
Decimal 219 149 32
Hex DB 95 20

RGB Percentages of Color #db9520

%54.75
%37.25
%8.00

CMYK Percentages of Color #db9520

%0
%32
%85
%14

Triadic Colors of #db9520

#db9520 #20db95 #9520db

Analogous Colors of #db9520

#db9520 #c4db20 #db3820

Monochromatic Colors of #db9520

#db9520

Complementary Color

#db9520 #2066db

#db9520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9520 Color CSS Codes

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

#db9520 Text Font Color

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

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


#db9520 Background Color

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

This div background color is #db9520


#db9520 Border Color

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

This div border color is #db9520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9520


Comments

No comments written yet.

Please login to write comment.