Color Hex Logo

#db901c Color Hex

#DB901C
(219,144,28)
0 Favorites   0 Comments

Color spaces of #db901c

RGB 21914428
HSL0.100.770.48
HSV36°87°86°
CMYK 0.000.340.87   0.14
XYZ39.396335.09045.7953
Yxy35.09040.49070.4371
Hunter Lab59.237215.048335.6655
CIE-Lab65.819020.131865.8353

#db901c color RGB value is (219,144,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 00011100
Octal 333 220 34
Decimal 219 144 28
Hex DB 90 1C

RGB Percentages of Color #db901c

%56.01
%36.83
%7.16

CMYK Percentages of Color #db901c

%0
%34
%87
%14

Triadic Colors of #db901c

#db901c #1cdb90 #901cdb

Analogous Colors of #db901c

#db901c #c7db1c #db301c

Monochromatic Colors of #db901c

#db901c

Complementary Color

#db901c #1c67db

#db901c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db901c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db901c Color CSS Codes

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

#db901c Text Font Color

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

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


#db901c Background Color

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

This div background color is #db901c


#db901c Border Color

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

This div border color is #db901c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db901c


Comments

No comments written yet.

Please login to write comment.