Color Hex Logo

#db997a Color Hex

#DB997A
(219,153,122)
0 Favorites   0 Comments

Color spaces of #db997a

RGB 219153122
HSL0.050.570.67
HSV19°44°86°
CMYK 0.000.300.44   0.14
XYZ44.117539.247723.6627
Yxy39.24770.41220.3667
Hunter Lab62.648016.068021.4592
CIE-Lab68.930321.054626.1872

#db997a color RGB value is (219,153,122).

#db997a hex color red value is 219, green value is 153 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #db997a hue: 0.05 , saturation: 0.57 and the lightness value of db997a is 0.67.

The process color (four color CMYK) of #db997a color hex is 0.00, 0.30, 0.44, 0.14. Web safe color of #db997a is #cc9966. Color #db997a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 01111010
Octal 333 231 172
Decimal 219 153 122
Hex DB 99 7A

RGB Percentages of Color #db997a

%44.33
%30.97
%24.70

CMYK Percentages of Color #db997a

%0
%30
%44
%14

Triadic Colors of #db997a

#db997a #7adb99 #997adb

Analogous Colors of #db997a

#db997a #dbca7a #db7a8c

Monochromatic Colors of #db997a

#db997a

Complementary Color

#db997a #7abcdb

#db997a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db997a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db997a Color CSS Codes

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

#db997a Text Font Color

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

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


#db997a Background Color

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

This div background color is #db997a


#db997a Border Color

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

This div border color is #db997a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db997a


Comments

No comments written yet.

Please login to write comment.