COLOR #D1992C

HEX: #D1992C
RGB: (209,153,44)

Color info

#D1992C contains mainly red and green colors. Web safe color of #D1992C is #CC9933 (or #C93).

RGB color model

#D1992C color RGB value is (209,153,44).

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

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 44 of 255 = 17%

209
153
44

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

Portions of RGB colors in percentages

R + G + B =
209 + 153 + 44 = 406 (100%)
R 209 of 406 ~ 51.48%
G 153 of 406 ~ 37.68%
B 44 of 406 ~ 10.84%

%51.48
%37.68
%10.84

CMYK color model

#D1992C color CMYK value is (0,27,79,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 78.95%
  • key color value is 18.04%
CMYK:
(0,27,79,18)
C0M27Y79K18 
(0%,27%,79%,18%)
(0.00/0.27/0.79/0.18)	

CMYK percentages

%0
%26.79
%78.95
%18.04

Codes

Color #D1992C in popluar color models

D1992C
RGB20915344
HSL40°65.22%49.61%
HSB/HSV40°78.95%81.96%
CMYK0.00%26.79%78.95%
18.04%

Color #D1992C in popluar number systems.

HEXD1992C
Decimal20915344
Binary1101000110011001101100
Octal32123154

Shades and tints

Shades of #D1992C

#D1992C
(209,153,44)
#BE8C28
(190,140,40)
#AB7F24
(171,127,36)
#987220
(152,114,32)
#85651C
(133,101,28)
#725818
(114,88,24)
#5F4B14
(95,75,20)
#4C3E10
(76,62,16)
#39310C
(57,49,12)
#262408
(38,36,8)
#131704
(19,23,4)
#000000
(0,0,0)

Tints of #D1992C

#D1992C
(209,153,44)
#D5A23F
(213,162,63)
#D9AB52
(217,171,82)
#DDB465
(221,180,101)
#E1BD78
(225,189,120)
#E5C68B
(229,198,139)
#E9CF9E
(233,207,158)
#EDD8B1
(237,216,177)
#F1E1C4
(241,225,196)
#F5EAD7
(245,234,215)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1992C; }

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

This text font color is #D1992C.


Background Color

.myBgColor { background-color: #D1992C; }

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

This div background color is #D1992C.


Border color

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

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

This div border color is #D1992C.


Opacity

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

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

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

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

This text has shadow with #D1992C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1992C on black background.


Color preview on white background

This text has color #D1992C on white background.



Black color preview on #D1992C background

This text has black color on #D1992C background.


White color preview on #D1992C background

This text has white color on #D1992C background.