COLOR #D1914B

HEX: #D1914B
RGB: (209,145,75)

Color info

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

RGB color model

#D1914B color RGB value is (209,145,75).

  • red value is 209;
  • green value is 145;
  • blue value is 75.
RGB:
(209,145,75)
(82%,57%,29%)

RGB channels and saturation

R 209 of 255 = 82%
G 145 of 255 = 57%
B 75 of 255 = 29%

209
145
75

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

Portions of RGB colors in percentages

R + G + B =
209 + 145 + 75 = 429 (100%)
R 209 of 429 ~ 48.72%
G 145 of 429 ~ 33.8%
B 75 of 429 ~ 17.48%

%48.72
%33.8
%17.48

CMYK color model

#D1914B color CMYK value is (0,31,64,18).

  • cyan value is 0.00%
  • magenta value is 30.62%
  • yellow value is 64.11%
  • key color value is 18.04%
CMYK:
(0,31,64,18)
C0M31Y64K18 
(0%,31%,64%,18%)
(0.00/0.31/0.64/0.18)	

CMYK percentages

%0
%30.62
%64.11
%18.04

Codes

Color #D1914B in popluar color models

D1914B
RGB20914575
HSL31°59.29%55.69%
HSB/HSV31°64.11%81.96%
CMYK0.00%30.62%64.11%
18.04%

Color #D1914B in popluar number systems.

HEXD1914B
Decimal20914575
Binary11010001100100011001011
Octal321221113

Shades and tints

Shades of #D1914B

#D1914B
(209,145,75)
#BE8445
(190,132,69)
#AB773F
(171,119,63)
#986A39
(152,106,57)
#855D33
(133,93,51)
#72502D
(114,80,45)
#5F4327
(95,67,39)
#4C3621
(76,54,33)
#39291B
(57,41,27)
#261C15
(38,28,21)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #D1914B

#D1914B
(209,145,75)
#D59B5B
(213,155,91)
#D9A56B
(217,165,107)
#DDAF7B
(221,175,123)
#E1B98B
(225,185,139)
#E5C39B
(229,195,155)
#E9CDAB
(233,205,171)
#EDD7BB
(237,215,187)
#F1E1CB
(241,225,203)
#F5EBDB
(245,235,219)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1914B color. Also use rgb(209,145,75) instead hex code.

Text Font Color

.myTextColor { color: #D1914B; }

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

This text font color is #D1914B.


Background Color

.myBgColor { background-color: #D1914B; }

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

This div background color is #D1914B.


Border color

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

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

This div border color is #D1914B.


Opacity

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

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

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

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

This text has shadow with #D1914B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1914B on black background.


Color preview on white background

This text has color #D1914B on white background.



Black color preview on #D1914B background

This text has black color on #D1914B background.


White color preview on #D1914B background

This text has white color on #D1914B background.