Color Hex Logo

#db8e29 Color Hex

#DB8E29
(219,142,41)
0 Favorites   0 Comments

Color spaces of #db8e29

RGB 21914241
HSL0.090.710.51
HSV34°81°86°
CMYK 0.000.350.81   0.14
XYZ39.286734.56626.6991
Yxy34.56620.48770.4291
Hunter Lab58.793016.389534.3994
CIE-Lab65.409521.550761.4058

#db8e29 color RGB value is (219,142,41).

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

The process color (four color CMYK) of #db8e29 color hex is 0.00, 0.35, 0.81, 0.14. Web safe color of #db8e29 is #cc9933. Color #db8e29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001110 00101001
Octal 333 216 51
Decimal 219 142 41
Hex DB 8E 29

RGB Percentages of Color #db8e29

%54.48
%35.32
%10.20

CMYK Percentages of Color #db8e29

%0
%35
%81
%14

Triadic Colors of #db8e29

#db8e29 #29db8e #8e29db

Analogous Colors of #db8e29

#db8e29 #cfdb29 #db3529

Monochromatic Colors of #db8e29

#db8e29

Complementary Color

#db8e29 #2976db

#db8e29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8e29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8e29 Color CSS Codes

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

#db8e29 Text Font Color

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

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


#db8e29 Background Color

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

This div background color is #db8e29


#db8e29 Border Color

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

This div border color is #db8e29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8e29


Comments

No comments written yet.

Please login to write comment.