Color Hex Logo

#db671d Color Hex

#DB671D
(219,103,29)
0 Favorites   0 Comments

Color spaces of #db671d

RGB 21910329
HSL0.060.770.49
HSV23°87°86°
CMYK 0.000.530.87   0.14
XYZ34.285424.84934.1517
Yxy24.84930.54170.3926
Hunter Lab49.849135.533629.9564
CIE-Lab56.928341.580458.4224

#db671d color RGB value is (219,103,29).

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

The process color (four color CMYK) of #db671d color hex is 0.00, 0.53, 0.87, 0.14. Web safe color of #db671d is #cc6633. Color #db671d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 00011101
Octal 333 147 35
Decimal 219 103 29
Hex DB 67 1D

RGB Percentages of Color #db671d

%62.39
%29.34
%8.26

CMYK Percentages of Color #db671d

%0
%53
%87
%14

Triadic Colors of #db671d

#db671d #1ddb67 #671ddb

Analogous Colors of #db671d

#db671d #dbc61d #db1d32

Monochromatic Colors of #db671d

#db671d

Complementary Color

#db671d #1d91db

#db671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db671d Color CSS Codes

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

#db671d Text Font Color

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

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


#db671d Background Color

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

This div background color is #db671d


#db671d Border Color

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

This div border color is #db671d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db671d


Comments

No comments written yet.

Please login to write comment.