Color Hex Logo

#db943e Color Hex

#DB943E
(219,148,62)
0 Favorites   0 Comments

Color spaces of #db943e

RGB 21914862
HSL0.090.690.55
HSV33°72°86°
CMYK 0.000.320.72   0.14
XYZ40.672836.58779.4759
Yxy36.58770.46890.4218
Hunter Lab60.487814.172233.0532
CIE-Lab66.966519.169154.4152

#db943e color RGB value is (219,148,62).

#db943e hex color red value is 219, green value is 148 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db943e hue: 0.09 , saturation: 0.69 and the lightness value of db943e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 00111110
Octal 333 224 76
Decimal 219 148 62
Hex DB 94 3E

RGB Percentages of Color #db943e

%51.05
%34.50
%14.45

CMYK Percentages of Color #db943e

%0
%32
%72
%14

Triadic Colors of #db943e

#db943e #3edb94 #943edb

Analogous Colors of #db943e

#db943e #d4db3e #db453e

Monochromatic Colors of #db943e

#db943e

Complementary Color

#db943e #3e85db

#db943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db943e Color CSS Codes

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

#db943e Text Font Color

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

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


#db943e Background Color

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

This div background color is #db943e


#db943e Border Color

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

This div border color is #db943e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db943e


Comments

No comments written yet.

Please login to write comment.