Color Hex Logo

#db8738 Color Hex

#DB8738
(219,135,56)
0 Favorites   0 Comments

Color spaces of #db8738

RGB 21913556
HSL0.080.690.54
HSV29°74°86°
CMYK 0.000.380.74   0.14
XYZ38.591232.67358.0140
Yxy32.67350.48680.4121
Hunter Lab57.160720.480331.7000
CIE-Lab63.895725.864953.9352

#db8738 color RGB value is (219,135,56).

#db8738 hex color red value is 219, green value is 135 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #db8738 hue: 0.08 , saturation: 0.69 and the lightness value of db8738 is 0.54.

The process color (four color CMYK) of #db8738 color hex is 0.00, 0.38, 0.74, 0.14. Web safe color of #db8738 is #cc9933. Color #db8738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 00111000
Octal 333 207 70
Decimal 219 135 56
Hex DB 87 38

RGB Percentages of Color #db8738

%53.41
%32.93
%13.66

CMYK Percentages of Color #db8738

%0
%38
%74
%14

Triadic Colors of #db8738

#db8738 #38db87 #8738db

Analogous Colors of #db8738

#db8738 #dbd938 #db383a

Monochromatic Colors of #db8738

#db8738

Complementary Color

#db8738 #388cdb

#db8738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8738 Color CSS Codes

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

#db8738 Text Font Color

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

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


#db8738 Background Color

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

This div background color is #db8738


#db8738 Border Color

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

This div border color is #db8738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8738


Comments

No comments written yet.

Please login to write comment.