Color Hex Logo

#db640d Color Hex

#DB640D
(219,100,13)
0 Favorites   0 Comments

Color spaces of #db640d

RGB 21910013
HSL0.070.890.45
HSV25°94°86°
CMYK 0.000.540.94   0.14
XYZ33.843224.20353.2688
Yxy24.20350.55200.3947
Hunter Lab49.197136.697330.4985
CIE-Lab56.291042.790662.4803

#db640d color RGB value is (219,100,13).

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

The process color (four color CMYK) of #db640d color hex is 0.00, 0.54, 0.94, 0.14. Web safe color of #db640d is #cc6600. Color #db640d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 00001101
Octal 333 144 15
Decimal 219 100 13
Hex DB 64 D

RGB Percentages of Color #db640d

%65.96
%30.12
%3.92

CMYK Percentages of Color #db640d

%0
%54
%94
%14

Triadic Colors of #db640d

#db640d #0ddb64 #640ddb

Analogous Colors of #db640d

#db640d #dbcb0d #db0d1d

Monochromatic Colors of #db640d

#db640d

Complementary Color

#db640d #0d84db

#db640d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db640d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db640d Color CSS Codes

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

#db640d Text Font Color

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

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


#db640d Background Color

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

This div background color is #db640d


#db640d Border Color

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

This div border color is #db640d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db640d


Comments

No comments written yet.

Please login to write comment.