Color Hex Logo

#db8520 Color Hex

#DB8520
(219,133,32)
0 Favorites   0 Comments

Color spaces of #db8520

RGB 21913332
HSL0.090.750.49
HSV32°85°86°
CMYK 0.000.390.85   0.14
XYZ37.861731.93945.5359
Yxy31.93940.50260.4240
Hunter Lab56.515020.683333.7527
CIE-Lab63.292826.115862.6194

#db8520 color RGB value is (219,133,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 00100000
Octal 333 205 40
Decimal 219 133 32
Hex DB 85 20

RGB Percentages of Color #db8520

%57.03
%34.64
%8.33

CMYK Percentages of Color #db8520

%0
%39
%85
%14

Triadic Colors of #db8520

#db8520 #20db85 #8520db

Analogous Colors of #db8520

#db8520 #d4db20 #db2820

Monochromatic Colors of #db8520

#db8520

Complementary Color

#db8520 #2076db

#db8520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8520 Color CSS Codes

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

#db8520 Text Font Color

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

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


#db8520 Background Color

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

This div background color is #db8520


#db8520 Border Color

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

This div border color is #db8520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8520


Comments

No comments written yet.

Please login to write comment.