Color Hex Logo

#db811c Color Hex

#DB811C
(219,129,28)
0 Favorites   0 Comments

Color spaces of #db811c

RGB 21912928
HSL0.090.770.48
HSV32°87°86°
CMYK 0.000.410.87   0.14
XYZ37.273330.84445.0877
Yxy30.84440.50920.4213
Hunter Lab55.537722.606533.4450
CIE-Lab62.376128.151463.0950

#db811c color RGB value is (219,129,28).

#db811c hex color red value is 219, green value is 129 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #db811c hue: 0.09 , saturation: 0.77 and the lightness value of db811c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 00011100
Octal 333 201 34
Decimal 219 129 28
Hex DB 81 1C

RGB Percentages of Color #db811c

%58.24
%34.31
%7.45

CMYK Percentages of Color #db811c

%0
%41
%87
%14

Triadic Colors of #db811c

#db811c #1cdb81 #811cdb

Analogous Colors of #db811c

#db811c #d6db1c #db211c

Monochromatic Colors of #db811c

#db811c

Complementary Color

#db811c #1c76db

#db811c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db811c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db811c Color CSS Codes

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

#db811c Text Font Color

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

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


#db811c Background Color

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

This div background color is #db811c


#db811c Border Color

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

This div border color is #db811c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db811c


Comments

No comments written yet.

Please login to write comment.