Color Hex Logo

#db8333 Color Hex

#DB8333
(219,131,51)
0 Favorites   0 Comments

Color spaces of #db8333

RGB 21913151
HSL0.080.700.53
HSV29°77°86°
CMYK 0.000.400.77   0.14
XYZ37.927331.53177.2192
Yxy31.53170.49460.4112
Hunter Lab56.153122.295831.6847
CIE-Lab62.953927.788755.1794

#db8333 color RGB value is (219,131,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 00110011
Octal 333 203 63
Decimal 219 131 51
Hex DB 83 33

RGB Percentages of Color #db8333

%54.61
%32.67
%12.72

CMYK Percentages of Color #db8333

%0
%40
%77
%14

Triadic Colors of #db8333

#db8333 #33db83 #8333db

Analogous Colors of #db8333

#db8333 #dbd733 #db3337

Monochromatic Colors of #db8333

#db8333

Complementary Color

#db8333 #338bdb

#db8333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8333 Color CSS Codes

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

#db8333 Text Font Color

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

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


#db8333 Background Color

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

This div background color is #db8333


#db8333 Border Color

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

This div border color is #db8333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8333


Comments

No comments written yet.

Please login to write comment.