Color Hex Logo

#db997c Color Hex

#DB997C
(219,153,124)
0 Favorites   0 Comments

Color spaces of #db997c

RGB 219153124
HSL0.050.570.67
HSV18°43°86°
CMYK 0.000.300.43   0.14
XYZ44.242739.297824.3222
Yxy39.29780.41020.3643
Hunter Lab62.688016.274420.8777
CIE-Lab68.966421.264825.1426

#db997c color RGB value is (219,153,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 01111100
Octal 333 231 174
Decimal 219 153 124
Hex DB 99 7C

RGB Percentages of Color #db997c

%44.15
%30.85
%25.00

CMYK Percentages of Color #db997c

%0
%30
%43
%14

Triadic Colors of #db997c

#db997c #7cdb99 #997cdb

Analogous Colors of #db997c

#db997c #dbc97c #db7c8f

Monochromatic Colors of #db997c

#db997c

Complementary Color

#db997c #7cbedb

#db997c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db997c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db997c Color CSS Codes

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

#db997c Text Font Color

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

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


#db997c Background Color

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

This div background color is #db997c


#db997c Border Color

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

This div border color is #db997c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db997c


Comments

No comments written yet.

Please login to write comment.