Color Hex Logo

#db823e Color Hex

#DB823E
(219,130,62)
0 Favorites   0 Comments

Color spaces of #db823e

RGB 21913062
HSL0.070.690.55
HSV26°72°86°
CMYK 0.000.410.72   0.14
XYZ38.065631.37318.6068
Yxy31.37310.48770.4020
Hunter Lab56.011723.288330.0976
CIE-Lab62.821328.807150.0653

#db823e color RGB value is (219,130,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 00111110
Octal 333 202 76
Decimal 219 130 62
Hex DB 82 3E

RGB Percentages of Color #db823e

%53.28
%31.63
%15.09

CMYK Percentages of Color #db823e

%0
%41
%72
%14

Triadic Colors of #db823e

#db823e #3edb82 #823edb

Analogous Colors of #db823e

#db823e #dbd13e #db3e49

Monochromatic Colors of #db823e

#db823e

Complementary Color

#db823e #3e97db

#db823e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db823e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db823e Color CSS Codes

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

#db823e Text Font Color

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

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


#db823e Background Color

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

This div background color is #db823e


#db823e Border Color

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

This div border color is #db823e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,130,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 #db823e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db823e


Comments

No comments written yet.

Please login to write comment.