Color Hex Logo

#db946e Color Hex

#DB946E
(219,148,110)
0 Favorites   0 Comments

Color spaces of #db946e

RGB 219148110
HSL0.060.600.65
HSV21°50°86°
CMYK 0.000.320.50   0.14
XYZ42.617837.365719.7179
Yxy37.36570.42750.3748
Hunter Lab61.127517.476323.6641
CIE-Lab67.550522.564830.9002

#db946e color RGB value is (219,148,110).

#db946e hex color red value is 219, green value is 148 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #db946e hue: 0.06 , saturation: 0.60 and the lightness value of db946e is 0.65.

The process color (four color CMYK) of #db946e color hex is 0.00, 0.32, 0.50, 0.14. Web safe color of #db946e is #cc9966. Color #db946e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 01101110
Octal 333 224 156
Decimal 219 148 110
Hex DB 94 6E

RGB Percentages of Color #db946e

%45.91
%31.03
%23.06

CMYK Percentages of Color #db946e

%0
%32
%50
%14

Triadic Colors of #db946e

#db946e #6edb94 #946edb

Analogous Colors of #db946e

#db946e #dbcb6e #db6e7f

Monochromatic Colors of #db946e

#db946e

Complementary Color

#db946e #6eb5db

#db946e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db946e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db946e Color CSS Codes

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

#db946e Text Font Color

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

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


#db946e Background Color

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

This div background color is #db946e


#db946e Border Color

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

This div border color is #db946e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db946e

#db946e Color Palettes


Comments

No comments written yet.

Please login to write comment.