Color Hex Logo

#db842d Color Hex

#DB842D
(219,132,45)
0 Favorites   0 Comments

Color spaces of #db842d

RGB 21913245
HSL0.080.710.52
HSV30°79°86°
CMYK 0.000.400.79   0.14
XYZ37.938331.75216.6118
Yxy31.75210.49720.4161
Hunter Lab56.349021.568632.4874
CIE-Lab63.137527.033257.8329

#db842d color RGB value is (219,132,45).

#db842d hex color red value is 219, green value is 132 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #db842d hue: 0.08 , saturation: 0.71 and the lightness value of db842d is 0.52.

The process color (four color CMYK) of #db842d color hex is 0.00, 0.40, 0.79, 0.14. Web safe color of #db842d is #cc9933. Color #db842d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 00101101
Octal 333 204 55
Decimal 219 132 45
Hex DB 84 2D

RGB Percentages of Color #db842d

%55.30
%33.33
%11.36

CMYK Percentages of Color #db842d

%0
%40
%79
%14

Triadic Colors of #db842d

#db842d #2ddb84 #842ddb

Analogous Colors of #db842d

#db842d #dbdb2d #db2d2d

Monochromatic Colors of #db842d

#db842d

Complementary Color

#db842d #2d84db

#db842d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db842d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db842d Color CSS Codes

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

#db842d Text Font Color

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

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


#db842d Background Color

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

This div background color is #db842d


#db842d Border Color

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

This div border color is #db842d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db842d


Comments

No comments written yet.

Please login to write comment.