Color Hex Logo

#db956a Color Hex

#DB956A
(219,149,106)
0 Favorites   0 Comments

Color spaces of #db956a

RGB 219149106
HSL0.060.610.64
HSV23°52°86°
CMYK 0.000.320.52   0.14
XYZ42.562437.595618.6491
Yxy37.59560.43080.3805
Hunter Lab61.315316.605324.8876
CIE-Lab67.721521.661833.2776

#db956a color RGB value is (219,149,106).

#db956a hex color red value is 219, green value is 149 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #db956a hue: 0.06 , saturation: 0.61 and the lightness value of db956a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010101 01101010
Octal 333 225 152
Decimal 219 149 106
Hex DB 95 6A

RGB Percentages of Color #db956a

%46.20
%31.43
%22.36

CMYK Percentages of Color #db956a

%0
%32
%52
%14

Triadic Colors of #db956a

#db956a #6adb95 #956adb

Analogous Colors of #db956a

#db956a #dbce6a #db6a78

Monochromatic Colors of #db956a

#db956a

Complementary Color

#db956a #6ab0db

#db956a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db956a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db956a Color CSS Codes

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

#db956a Text Font Color

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

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


#db956a Background Color

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

This div background color is #db956a


#db956a Border Color

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

This div border color is #db956a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db956a


Comments

No comments written yet.

Please login to write comment.