COLOR #D4995F

HEX: #D4995F
RGB: (212,153,95)

Color info

#D4995F contains mainly red and green colors. Web safe color of #D4995F is #CC9966 (or #C96).

RGB color model

#D4995F color RGB value is (212,153,95).

  • red value is 212;
  • green value is 153;
  • blue value is 95.
RGB:
(212,153,95)
(83%,60%,37%)

RGB channels and saturation

R 212 of 255 = 83%
G 153 of 255 = 60%
B 95 of 255 = 37%

212
153
95

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

Portions of RGB colors in percentages

R + G + B =
212 + 153 + 95 = 460 (100%)
R 212 of 460 ~ 46.09%
G 153 of 460 ~ 33.26%
B 95 of 460 ~ 20.65%

%46.09
%33.26
%20.65

CMYK color model

#D4995F color CMYK value is (0,28,55,17).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 55.19%
  • key color value is 16.86%
CMYK:
(0,28,55,17)
C0M28Y55K17 
(0%,28%,55%,17%)
(0.00/0.28/0.55/0.17)	

CMYK percentages

%0
%27.83
%55.19
%16.86

Codes

Color #D4995F in popluar color models

D4995F
RGB21215395
HSL30°57.64%60.20%
HSB/HSV30°55.19%83.14%
CMYK0.00%27.83%55.19%
16.86%

Color #D4995F in popluar number systems.

HEXD4995F
Decimal21215395
Binary11010100100110011011111
Octal324231137

Shades and tints

Shades of #D4995F

#D4995F
(212,153,95)
#C18C57
(193,140,87)
#AE7F4F
(174,127,79)
#9B7247
(155,114,71)
#88653F
(136,101,63)
#755837
(117,88,55)
#624B2F
(98,75,47)
#4F3E27
(79,62,39)
#3C311F
(60,49,31)
#292417
(41,36,23)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #D4995F

#D4995F
(212,153,95)
#D7A26D
(215,162,109)
#DAAB7B
(218,171,123)
#DDB489
(221,180,137)
#E0BD97
(224,189,151)
#E3C6A5
(227,198,165)
#E6CFB3
(230,207,179)
#E9D8C1
(233,216,193)
#ECE1CF
(236,225,207)
#EFEADD
(239,234,221)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4995F color. Also use rgb(212,153,95) instead hex code.

Text Font Color

.myTextColor { color: #D4995F; }

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

This text font color is #D4995F.


Background Color

.myBgColor { background-color: #D4995F; }

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

This div background color is #D4995F.


Border color

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

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

This div border color is #D4995F.


Opacity

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

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

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

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

This text has shadow with #D4995F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4995F on black background.


Color preview on white background

This text has color #D4995F on white background.



Black color preview on #D4995F background

This text has black color on #D4995F background.


White color preview on #D4995F background

This text has white color on #D4995F background.