Color Hex Logo

#db931c Color Hex

#DB931C
(219,147,28)
0 Favorites   0 Comments

Color spaces of #db931c

RGB 21914728
HSL0.100.770.48
HSV37°87°86°
CMYK 0.000.330.87   0.14
XYZ39.856736.01135.9488
Yxy36.01130.48710.4401
Hunter Lab60.009413.538636.1291
CIE-Lab66.528618.519966.4003

#db931c color RGB value is (219,147,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 00011100
Octal 333 223 34
Decimal 219 147 28
Hex DB 93 1C

RGB Percentages of Color #db931c

%55.58
%37.31
%7.11

CMYK Percentages of Color #db931c

%0
%33
%87
%14

Triadic Colors of #db931c

#db931c #1cdb93 #931cdb

Analogous Colors of #db931c

#db931c #c4db1c #db341c

Monochromatic Colors of #db931c

#db931c

Complementary Color

#db931c #1c64db

#db931c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db931c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db931c Color CSS Codes

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

#db931c Text Font Color

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

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


#db931c Background Color

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

This div background color is #db931c


#db931c Border Color

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

This div border color is #db931c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db931c


Comments

No comments written yet.

Please login to write comment.