Color Hex Logo

#db843d Color Hex

#DB843D
(219,132,61)
0 Favorites   0 Comments

Color spaces of #db843d

RGB 21913261
HSL0.070.690.55
HSV27°72°86°
CMYK 0.000.400.72   0.14
XYZ38.307031.89958.5531
Yxy31.89950.48640.4050
Hunter Lab56.479622.227230.5571
CIE-Lab63.259727.694951.0000

#db843d color RGB value is (219,132,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 00111101
Octal 333 204 75
Decimal 219 132 61
Hex DB 84 3D

RGB Percentages of Color #db843d

%53.16
%32.04
%14.81

CMYK Percentages of Color #db843d

%0
%40
%72
%14

Triadic Colors of #db843d

#db843d #3ddb84 #843ddb

Analogous Colors of #db843d

#db843d #dbd33d #db3d45

Monochromatic Colors of #db843d

#db843d

Complementary Color

#db843d #3d94db

#db843d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db843d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db843d Color CSS Codes

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

#db843d Text Font Color

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

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


#db843d Background Color

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

This div background color is #db843d


#db843d Border Color

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

This div border color is #db843d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db843d


Comments

No comments written yet.

Please login to write comment.