Color Hex Logo

#db822c Color Hex

#DB822C
(219,130,44)
0 Favorites   0 Comments

Color spaces of #db822c

RGB 21913044
HSL0.080.710.52
HSV29°80°86°
CMYK 0.000.410.80   0.14
XYZ37.650731.20726.4221
Yxy31.20720.50010.4145
Hunter Lab55.863422.544132.2884
CIE-Lab62.682228.063157.8070

#db822c color RGB value is (219,130,44).

#db822c hex color red value is 219, green value is 130 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #db822c hue: 0.08 , saturation: 0.71 and the lightness value of db822c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 00101100
Octal 333 202 54
Decimal 219 130 44
Hex DB 82 2C

RGB Percentages of Color #db822c

%55.73
%33.08
%11.20

CMYK Percentages of Color #db822c

%0
%41
%80
%14

Triadic Colors of #db822c

#db822c #2cdb82 #822cdb

Analogous Colors of #db822c

#db822c #dbda2c #db2c2e

Monochromatic Colors of #db822c

#db822c

Complementary Color

#db822c #2c85db

#db822c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db822c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db822c Color CSS Codes

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

#db822c Text Font Color

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

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


#db822c Background Color

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

This div background color is #db822c


#db822c Border Color

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

This div border color is #db822c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db822c


Comments

No comments written yet.

Please login to write comment.