COLOR #D19918

HEX: #D19918
RGB: (209,153,24)

Color info

#D19918 contains mainly red and green colors. Web safe color of #D19918 is #CC9900 (or #C90).

RGB color model

#D19918 color RGB value is (209,153,24).

  • red value is 209;
  • green value is 153;
  • blue value is 24.
RGB:
(209,153,24)
(82%,60%,9%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 24 of 255 = 9%

209
153
24

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

Portions of RGB colors in percentages

R + G + B =
209 + 153 + 24 = 386 (100%)
R 209 of 386 ~ 54.15%
G 153 of 386 ~ 39.64%
B 24 of 386 ~ 6.22%

%54.15
%39.64

CMYK color model

#D19918 color CMYK value is (0,27,89,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 88.52%
  • key color value is 18.04%
CMYK:
(0,27,89,18)
C0M27Y89K18 
(0%,27%,89%,18%)
(0.00/0.27/0.89/0.18)	

CMYK percentages

%0
%26.79
%88.52
%18.04

Codes

Color #D19918 in popluar color models

D19918
RGB20915324
HSL42°79.40%45.69%
HSB/HSV42°88.52%81.96%
CMYK0.00%26.79%88.52%
18.04%

Color #D19918 in popluar number systems.

HEXD19918
Decimal20915324
Binary110100011001100111000
Octal32123130

Shades and tints

Shades of #D19918

#D19918
(209,153,24)
#BE8C16
(190,140,22)
#AB7F14
(171,127,20)
#987212
(152,114,18)
#856510
(133,101,16)
#72580E
(114,88,14)
#5F4B0C
(95,75,12)
#4C3E0A
(76,62,10)
#393108
(57,49,8)
#262406
(38,36,6)
#131704
(19,23,4)
#000000
(0,0,0)

Tints of #D19918

#D19918
(209,153,24)
#D5A22D
(213,162,45)
#D9AB42
(217,171,66)
#DDB457
(221,180,87)
#E1BD6C
(225,189,108)
#E5C681
(229,198,129)
#E9CF96
(233,207,150)
#EDD8AB
(237,216,171)
#F1E1C0
(241,225,192)
#F5EAD5
(245,234,213)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19918 color. Also use rgb(209,153,24) instead hex code.

Text Font Color

.myTextColor { color: #D19918; }

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

This text font color is #D19918.


Background Color

.myBgColor { background-color: #D19918; }

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

This div background color is #D19918.


Border color

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

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

This div border color is #D19918.


Opacity

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

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

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

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

This text has shadow with #D19918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19918 on black background.


Color preview on white background

This text has color #D19918 on white background.



Black color preview on #D19918 background

This text has black color on #D19918 background.


White color preview on #D19918 background

This text has white color on #D19918 background.