Color Hex Logo

#db986c Color Hex

#DB986C
(219,152,108)
0 Favorites   0 Comments

Color spaces of #db986c

RGB 219152108
HSL0.070.610.64
HSV24°51°86°
CMYK 0.000.310.51   0.14
XYZ43.148438.599319.3636
Yxy38.59930.42670.3818
Hunter Lab62.128315.244425.0109
CIE-Lab68.460020.226233.1502

#db986c color RGB value is (219,152,108).

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

The process color (four color CMYK) of #db986c color hex is 0.00, 0.31, 0.51, 0.14. Web safe color of #db986c is #cc9966. Color #db986c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 01101100
Octal 333 230 154
Decimal 219 152 108
Hex DB 98 6C

RGB Percentages of Color #db986c

%45.72
%31.73
%22.55

CMYK Percentages of Color #db986c

%0
%31
%51
%14

Triadic Colors of #db986c

#db986c #6cdb98 #986cdb

Analogous Colors of #db986c

#db986c #dbd06c #db6c78

Monochromatic Colors of #db986c

#db986c

Complementary Color

#db986c #6cafdb

#db986c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db986c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db986c Color CSS Codes

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

#db986c Text Font Color

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

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


#db986c Background Color

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

This div background color is #db986c


#db986c Border Color

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

This div border color is #db986c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db986c


Comments

No comments written yet.

Please login to write comment.