Color Hex Logo

#db673e Color Hex

#DB673E
(219,103,62)
0 Favorites   0 Comments

Color spaces of #db673e

RGB 21910362
HSL0.040.690.55
HSV16°72°86°
CMYK 0.000.530.72   0.14
XYZ34.933225.10847.5626
Yxy25.10840.51670.3714
Hunter Lab50.108336.752526.1274
CIE-Lab57.180942.719343.9622

#db673e color RGB value is (219,103,62).

#db673e hex color red value is 219, green value is 103 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db673e hue: 0.04 , saturation: 0.69 and the lightness value of db673e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 00111110
Octal 333 147 76
Decimal 219 103 62
Hex DB 67 3E

RGB Percentages of Color #db673e

%57.03
%26.82
%16.15

CMYK Percentages of Color #db673e

%0
%53
%72
%14

Triadic Colors of #db673e

#db673e #3edb67 #673edb

Analogous Colors of #db673e

#db673e #dbb63e #db3e64

Monochromatic Colors of #db673e

#db673e

Complementary Color

#db673e #3eb2db

#db673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db673e Color CSS Codes

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

#db673e Text Font Color

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

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


#db673e Background Color

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

This div background color is #db673e


#db673e Border Color

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

This div border color is #db673e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db673e


Comments

No comments written yet.

Please login to write comment.