Color Hex Logo

#db910d Color Hex

#DB910D
(219,145,13)
0 Favorites   0 Comments

Color spaces of #db910d

RGB 21914513
HSL0.110.890.45
HSV38°94°86°
CMYK 0.000.340.94   0.14
XYZ39.411535.33995.1248
Yxy35.33990.49340.4424
Hunter Lab59.447414.306336.5019
CIE-Lab66.012419.345869.1899

#db910d color RGB value is (219,145,13).

#db910d hex color red value is 219, green value is 145 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #db910d hue: 0.11 , saturation: 0.89 and the lightness value of db910d is 0.45.

The process color (four color CMYK) of #db910d color hex is 0.00, 0.34, 0.94, 0.14. Web safe color of #db910d is #cc9900. Color #db910d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 00001101
Octal 333 221 15
Decimal 219 145 13
Hex DB 91 D

RGB Percentages of Color #db910d

%58.09
%38.46
%3.45

CMYK Percentages of Color #db910d

%0
%34
%94
%14

Triadic Colors of #db910d

#db910d #0ddb91 #910ddb

Analogous Colors of #db910d

#db910d #bedb0d #db2a0d

Monochromatic Colors of #db910d

#db910d

Complementary Color

#db910d #0d57db

#db910d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db910d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db910d Color CSS Codes

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

#db910d Text Font Color

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

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


#db910d Background Color

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

This div background color is #db910d


#db910d Border Color

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

This div border color is #db910d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db910d


Comments

No comments written yet.

Please login to write comment.