COLOR #DB991D

HEX: #DB991D
RGB: (219,153,29)

Color info

#DB991D contains mainly red color. Web safe color of #DB991D is #CC9933 (or #C93).

RGB color model

#DB991D color RGB value is (219,153,29).

  • red value is 219;
  • green value is 153;
  • blue value is 29.
RGB:
(219,153,29)
(86%,60%,11%)

RGB channels and saturation

R 219 of 255 = 86%
G 153 of 255 = 60%
B 29 of 255 = 11%

219
153
29

R + G + B ~ 52%. #DB991D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
219 + 153 + 29 = 401 (100%)
R 219 of 401 ~ 54.61%
G 153 of 401 ~ 38.15%
B 29 of 401 ~ 7.23%

%54.61
%38.15

CMYK color model

#DB991D color CMYK value is (0,30,87,14).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 86.76%
  • key color value is 14.12%
CMYK:
(0,30,87,14)
C0M30Y87K14 
(0%,30%,87%,14%)
(0.00/0.30/0.87/0.14)	

CMYK percentages

%0
%30.14
%86.76
%14.12

Codes

Color #DB991D in popluar color models

DB991D
RGB21915329
HSL39°76.61%48.63%
HSB/HSV39°86.76%85.88%
CMYK0.00%30.14%86.76%
14.12%

Color #DB991D in popluar number systems.

HEXDB991D
Decimal21915329
Binary110110111001100111101
Octal33323135

Shades and tints

Shades of #DB991D

#DB991D
(219,153,29)
#C88C1B
(200,140,27)
#B57F19
(181,127,25)
#A27217
(162,114,23)
#8F6515
(143,101,21)
#7C5813
(124,88,19)
#694B11
(105,75,17)
#563E0F
(86,62,15)
#43310D
(67,49,13)
#30240B
(48,36,11)
#1D1709
(29,23,9)
#000000
(0,0,0)

Tints of #DB991D

#DB991D
(219,153,29)
#DEA231
(222,162,49)
#E1AB45
(225,171,69)
#E4B459
(228,180,89)
#E7BD6D
(231,189,109)
#EAC681
(234,198,129)
#EDCF95
(237,207,149)
#F0D8A9
(240,216,169)
#F3E1BD
(243,225,189)
#F6EAD1
(246,234,209)
#F9F3E5
(249,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB991D color. Also use rgb(219,153,29) instead hex code.

Text Font Color

.myTextColor { color: #DB991D; }

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

This text font color is #DB991D.


Background Color

.myBgColor { background-color: #DB991D; }

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

This div background color is #DB991D.


Border color

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

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

This div border color is #DB991D.


Opacity

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

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

Text with #DB991D 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 #DB991D;}

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

This text has shadow with #DB991D color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DB991D;
-webkit-box-shadow: 1px 1px 3px 2px #DB991D;
box-shadow:1px 1px 3px 2px #DB991D;">
Div content here</div>
This div box has shadow with color #DB991D.

Preview

Color preview on black background

This text has color #DB991D on black background.


Color preview on white background

This text has color #DB991D on white background.



Black color preview on #DB991D background

This text has black color on #DB991D background.


White color preview on #DB991D background

This text has white color on #DB991D background.