COLOR #D4995B

HEX: #D4995B
RGB: (212,153,91)

Color info

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

RGB color model

#D4995B color RGB value is (212,153,91).

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

RGB channels and saturation

R 212 of 255 = 83%
G 153 of 255 = 60%
B 91 of 255 = 36%

212
153
91

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

Portions of RGB colors in percentages

R + G + B =
212 + 153 + 91 = 456 (100%)
R 212 of 456 ~ 46.49%
G 153 of 456 ~ 33.55%
B 91 of 456 ~ 19.96%

%46.49
%33.55
%19.96

CMYK color model

#D4995B color CMYK value is (0,28,57,17).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 57.08%
  • key color value is 16.86%
CMYK:
(0,28,57,17)
C0M28Y57K17 
(0%,28%,57%,17%)
(0.00/0.28/0.57/0.17)	

CMYK percentages

%0
%27.83
%57.08
%16.86

Codes

Color #D4995B in popluar color models

D4995B
RGB21215391
HSL31°58.45%59.41%
HSB/HSV31°57.08%83.14%
CMYK0.00%27.83%57.08%
16.86%

Color #D4995B in popluar number systems.

HEXD4995B
Decimal21215391
Binary11010100100110011011011
Octal324231133

Shades and tints

Shades of #D4995B

#D4995B
(212,153,91)
#C18C53
(193,140,83)
#AE7F4B
(174,127,75)
#9B7243
(155,114,67)
#88653B
(136,101,59)
#755833
(117,88,51)
#624B2B
(98,75,43)
#4F3E23
(79,62,35)
#3C311B
(60,49,27)
#292413
(41,36,19)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #D4995B

#D4995B
(212,153,91)
#D7A269
(215,162,105)
#DAAB77
(218,171,119)
#DDB485
(221,180,133)
#E0BD93
(224,189,147)
#E3C6A1
(227,198,161)
#E6CFAF
(230,207,175)
#E9D8BD
(233,216,189)
#ECE1CB
(236,225,203)
#EFEAD9
(239,234,217)
#F2F3E7
(242,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4995B; }

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

This text font color is #D4995B.


Background Color

.myBgColor { background-color: #D4995B; }

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

This div background color is #D4995B.


Border color

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

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

This div border color is #D4995B.


Opacity

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

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

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

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

This text has shadow with #D4995B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4995B on black background.


Color preview on white background

This text has color #D4995B on white background.



Black color preview on #D4995B background

This text has black color on #D4995B background.


White color preview on #D4995B background

This text has white color on #D4995B background.