COLOR #DB986C

HEX: #DB986C RGB: (219,152,108)

Color info

#DB986C contains mainly red color. Web safe color of #DB986C is #CC9966 (or #C96).

RGB color model

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

RGB: (219,152,108) (86%, 60%, 42%)

RGB channels and saturation

R 219 of 255 = 86%
G 152 of 255 = 60%
B 108 of 255 = 42%

219
152
108

R + G + B ~ 63%. #DB986C is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 152 + 108 = 479 (100%)
R 219 of 479 ~ 45.72%
G 152 of 479 ~ 31.73%
B 108 of 479 ~ 22.55'%

%45.72
%31.73
%22.55

CMYK color model

#DB986C color CMYK value is (0,31,51,14).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 50.68%
  • key color value is 14.12%

CMYK: (0,31,51,14)
C0M31Y51K14 (0%, 31%, 51%, 14%)
(0.00 / 0.31 / 0.51 / 0.14)

CMYK percentages

%0
%30.59
%50.68
%14.12

Codes

Color #DB986C in popluar color models

DB 98 6C
RGB 219 152 108
HSL 24° 60.66% 64.12%
HSB/HSV 24° 50.68% 85.88%
CMYK 0.00% 30.59% 50.68%
14.12%

Color #DB986C in popluar number systems.

HEX DB 98 6C
Decimal 219 152 108
Binary 11011011 10011000 1101100
Octal 333 230 154

Shades and tints

Shades of #DB986C

#DB986C
(219,152,108)
#C88B63
(200,139,99)
#B57E5A
(181,126,90)
#A27151
(162,113,81)
#8F6448
(143,100,72)
#7C573F
(124,87,63)
#694A36
(105,74,54)
#563D2D
(86,61,45)
#433024
(67,48,36)
#30231B
(48,35,27)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #DB986C

#DB986C
(219,152,108)
#DEA179
(222,161,121)
#E1AA86
(225,170,134)
#E4B393
(228,179,147)
#E7BCA0
(231,188,160)
#EAC5AD
(234,197,173)
#EDCEBA
(237,206,186)
#F0D7C7
(240,215,199)
#F3E0D4
(243,224,212)
#F6E9E1
(246,233,225)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB986C color. Also use rgb(219,152,108) instead hex code.

Text Font Color

.myTextColor { color: #DB986C; }

<p style="color:#DB986C">This sample text font color is #DB986C.</p>

This text font color is #DB986C.

Background Color

.myBgColor { background-color: #DB986C; }

<div style="background-color:#DB986C">Inner text</div>

This div background color is #DB986C.

Border color

.myBorderColor { border: 1px solid #DB986C; }

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

This div border color is #DB986C.

Opacity

.myOpacity80 { color: #DB986C; opacity: 0.8; }

<p style="color:#DB986C;opacity:0.8;">80%</p>

Text with #DB986C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DB986C;}

<p style="text-shadow: 3px 3px 1px #DB986C">Text here.</p>

This text has shadow with #DB986C color.


.textShadow {text-shadow: 3px 3px 1px #DB986C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DB986C, 5px 5px 20px red">Text here.</p>

This text has shadow with #DB986C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DB986C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DB986C, Direction=45, Strength=4)">Text</p>

This text has shadow with #DB986C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DB986C;
-webkit-box-shadow: 1px 1px 3px 2px #DB986C;
box-shadow: 1px 1px 3px 2px #DB986C;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #DB986C on black background.


Color preview on white background

This text has color #DB986C on white background.


Black color preview on #DB986C background

This text has black color on #DB986C background.


White color preview on #DB986C background

This text has white color on #DB986C background.


Related colors

Complementary color

Complementary color for #hex is #246793.


I love getcolorcode.com

Triadic colors

1 #6CDB98 and #986CDB with #DB986C are triadic colors.

2 #6C98DB and #98DB6C with #DB986C are triadic colors.