Color Hex Logo

#db8328 Color Hex

#DB8328
(219,131,40)
0 Favorites   0 Comments

Color spaces of #db8328

RGB 21913140
HSL0.080.710.51
HSV31°82°86°
CMYK 0.000.400.82   0.14
XYZ37.712731.44596.0895
Yxy31.44590.50120.4179
Hunter Lab56.076621.910832.8152
CIE-Lab62.882327.402059.5199

#db8328 color RGB value is (219,131,40).

#db8328 hex color red value is 219, green value is 131 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #db8328 hue: 0.08 , saturation: 0.71 and the lightness value of db8328 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 00101000
Octal 333 203 50
Decimal 219 131 40
Hex DB 83 28

RGB Percentages of Color #db8328

%56.15
%33.59
%10.26

CMYK Percentages of Color #db8328

%0
%40
%82
%14

Triadic Colors of #db8328

#db8328 #28db83 #8328db

Analogous Colors of #db8328

#db8328 #dadb28 #db2928

Monochromatic Colors of #db8328

#db8328

Complementary Color

#db8328 #2880db

#db8328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8328 Color CSS Codes

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

#db8328 Text Font Color

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

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


#db8328 Background Color

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

This div background color is #db8328


#db8328 Border Color

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

This div border color is #db8328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8328


Comments

No comments written yet.

Please login to write comment.