Color Hex Logo

#db8420 Color Hex

#DB8420
(219,132,32)
0 Favorites   0 Comments

Color spaces of #db8420

RGB 21913232
HSL0.090.750.49
HSV32°85°86°
CMYK 0.000.400.85   0.14
XYZ37.725431.66695.4905
Yxy31.66690.50380.4229
Hunter Lab56.273421.187233.6065
CIE-Lab63.066626.648662.4326

#db8420 color RGB value is (219,132,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 00100000
Octal 333 204 40
Decimal 219 132 32
Hex DB 84 20

RGB Percentages of Color #db8420

%57.18
%34.46
%8.36

CMYK Percentages of Color #db8420

%0
%40
%85
%14

Triadic Colors of #db8420

#db8420 #20db84 #8420db

Analogous Colors of #db8420

#db8420 #d5db20 #db2720

Monochromatic Colors of #db8420

#db8420

Complementary Color

#db8420 #2077db

#db8420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8420 Color CSS Codes

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

#db8420 Text Font Color

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

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


#db8420 Background Color

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

This div background color is #db8420


#db8420 Border Color

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

This div border color is #db8420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8420


Comments

No comments written yet.

Please login to write comment.