Color Hex Logo

#db743c Color Hex

#DB743C
(219,116,60)
0 Favorites   0 Comments

Color spaces of #db743c

RGB 21911660
HSL0.060.690.55
HSV21°73°86°
CMYK 0.000.470.73   0.14
XYZ36.274427.87717.7439
Yxy27.87710.50450.3877
Hunter Lab52.798830.237228.2632
CIE-Lab59.777536.052947.7874

#db743c color RGB value is (219,116,60).

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

The process color (four color CMYK) of #db743c color hex is 0.00, 0.47, 0.73, 0.14. Web safe color of #db743c is #cc6633. Color #db743c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110100 00111100
Octal 333 164 74
Decimal 219 116 60
Hex DB 74 3C

RGB Percentages of Color #db743c

%55.44
%29.37
%15.19

CMYK Percentages of Color #db743c

%0
%47
%73
%14

Triadic Colors of #db743c

#db743c #3cdb74 #743cdb

Analogous Colors of #db743c

#db743c #dbc43c #db3c53

Monochromatic Colors of #db743c

#db743c

Complementary Color

#db743c #3ca3db

#db743c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db743c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db743c Color CSS Codes

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

#db743c Text Font Color

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

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


#db743c Background Color

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

This div background color is #db743c


#db743c Border Color

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

This div border color is #db743c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db743c


Comments

No comments written yet.

Please login to write comment.