COLOR #D19250

HEX: #D19250 RGB: (209,146,80)

Color info

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

RGB color model

#D19250 color RGB value is (209,146,80).

RGB: (209,146,80) (82%, 57%, 31%)

RGB channels and saturation

R 209 of 255 = 82%
G 146 of 255 = 57%
B 80 of 255 = 31%

209
146
80

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

Portions of RGB colors in percentages

R + G + B = 209 + 146 + 80 = 435 (100%)
R 209 of 435 ~ 48.05%
G 146 of 435 ~ 33.56%
B 80 of 435 ~ 18.39'%

%48.05
%33.56
%18.39

CMYK color model

#D19250 color CMYK value is (0,30,62,18).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 61.72%
  • key color value is 18.04%

CMYK: (0,30,62,18)
C0M30Y62K18 (0%, 30%, 62%, 18%)
(0.00 / 0.30 / 0.62 / 0.18)

CMYK percentages

%0
%30.14
%61.72
%18.04

Codes

Color #D19250 in popluar color models

D1 92 50
RGB 209 146 80
HSL 31° 58.37% 56.67%
HSB/HSV 31° 61.72% 81.96%
CMYK 0.00% 30.14% 61.72%
18.04%

Color #D19250 in popluar number systems.

HEX D1 92 50
Decimal 209 146 80
Binary 11010001 10010010 1010000
Octal 321 222 120

Shades and tints

Shades of #D19250

#D19250
(209,146,80)
#BE8549
(190,133,73)
#AB7842
(171,120,66)
#986B3B
(152,107,59)
#855E34
(133,94,52)
#72512D
(114,81,45)
#5F4426
(95,68,38)
#4C371F
(76,55,31)
#392A18
(57,42,24)
#261D11
(38,29,17)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #D19250

#D19250
(209,146,80)
#D59B5F
(213,155,95)
#D9A46E
(217,164,110)
#DDAD7D
(221,173,125)
#E1B68C
(225,182,140)
#E5BF9B
(229,191,155)
#E9C8AA
(233,200,170)
#EDD1B9
(237,209,185)
#F1DAC8
(241,218,200)
#F5E3D7
(245,227,215)
#F9ECE6
(249,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19250 color. Also use rgb(209,146,80) instead hex code.

Text Font Color

.myTextColor { color: #D19250; }

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

This text font color is #D19250.

Background Color

.myBgColor { background-color: #D19250; }

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

This div background color is #D19250.

Border color

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

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

This div border color is #D19250.

Opacity

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

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

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

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

This text has shadow with #D19250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19250.

Preview

Color preview on black background

This text has color #D19250 on black background.


Color preview on white background

This text has color #D19250 on white background.


Black color preview on #D19250 background

This text has black color on #D19250 background.


White color preview on #D19250 background

This text has white color on #D19250 background.


Related colors

Complementary color

Complementary color for #hex is #2E6DAF.


I love getcolorcode.com

Triadic colors

1 #50D192 and #9250D1 with #D19250 are triadic colors.

2 #5092D1 and #92D150 with #D19250 are triadic colors.