COLOR #DB991B

HEX: #DB991B
RGB: (219,153,27)

Color info

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

RGB color model

#DB991B color RGB value is (219,153,27).

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

RGB channels and saturation

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

219
153
27

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

Portions of RGB colors in percentages

R + G + B =
219 + 153 + 27 = 399 (100%)
R 219 of 399 ~ 54.89%
G 153 of 399 ~ 38.35%
B 27 of 399 ~ 6.77%

%54.89
%38.35

CMYK color model

#DB991B color CMYK value is (0,30,88,14).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 87.67%
  • key color value is 14.12%
CMYK:
(0,30,88,14)
C0M30Y88K14 
(0%,30%,88%,14%)
(0.00/0.30/0.88/0.14)	

CMYK percentages

%0
%30.14
%87.67
%14.12

Codes

Color #DB991B in popluar color models

DB991B
RGB21915327
HSL39°78.05%48.24%
HSB/HSV39°87.67%85.88%
CMYK0.00%30.14%87.67%
14.12%

Color #DB991B in popluar number systems.

HEXDB991B
Decimal21915327
Binary110110111001100111011
Octal33323133

Shades and tints

Shades of #DB991B

#DB991B
(219,153,27)
#C88C19
(200,140,25)
#B57F17
(181,127,23)
#A27215
(162,114,21)
#8F6513
(143,101,19)
#7C5811
(124,88,17)
#694B0F
(105,75,15)
#563E0D
(86,62,13)
#43310B
(67,49,11)
#302409
(48,36,9)
#1D1707
(29,23,7)
#000000
(0,0,0)

Tints of #DB991B

#DB991B
(219,153,27)
#DEA22F
(222,162,47)
#E1AB43
(225,171,67)
#E4B457
(228,180,87)
#E7BD6B
(231,189,107)
#EAC67F
(234,198,127)
#EDCF93
(237,207,147)
#F0D8A7
(240,216,167)
#F3E1BB
(243,225,187)
#F6EACF
(246,234,207)
#F9F3E3
(249,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB991B; }

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

This text font color is #DB991B.


Background Color

.myBgColor { background-color: #DB991B; }

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

This div background color is #DB991B.


Border color

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

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

This div border color is #DB991B.


Opacity

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

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

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

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

This text has shadow with #DB991B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB991B on black background.


Color preview on white background

This text has color #DB991B on white background.



Black color preview on #DB991B background

This text has black color on #DB991B background.


White color preview on #DB991B background

This text has white color on #DB991B background.