Color Hex Logo

#db901d Color Hex

#DB901D
(219,144,29)
0 Favorites   0 Comments

Color spaces of #db901d

RGB 21914429
HSL0.100.770.49
HSV36°87°86°
CMYK 0.000.340.87   0.14
XYZ39.408435.09535.8594
Yxy35.09530.49040.4367
Hunter Lab59.241315.069335.6047
CIE-Lab65.822820.153565.5655

#db901d color RGB value is (219,144,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 00011101
Octal 333 220 35
Decimal 219 144 29
Hex DB 90 1D

RGB Percentages of Color #db901d

%55.87
%36.73
%7.40

CMYK Percentages of Color #db901d

%0
%34
%87
%14

Triadic Colors of #db901d

#db901d #1ddb90 #901ddb

Analogous Colors of #db901d

#db901d #c7db1d #db311d

Monochromatic Colors of #db901d

#db901d

Complementary Color

#db901d #1d68db

#db901d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db901d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db901d Color CSS Codes

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

#db901d Text Font Color

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

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


#db901d Background Color

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

This div background color is #db901d


#db901d Border Color

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

This div border color is #db901d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db901d


Comments

No comments written yet.

Please login to write comment.