COLOR #D4AB80

HEX: #D4AB80
RGB: (212,171,128)

Color info

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

RGB color model

#D4AB80 color RGB value is (212,171,128).

  • red value is 212;
  • green value is 171;
  • blue value is 128.
RGB:
(212,171,128)
(83%,67%,50%)

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 128 of 255 = 50%

212
171
128

R + G + B ~ 67%. #D4AB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 128 = 511 (100%)
R 212 of 511 ~ 41.49%
G 171 of 511 ~ 33.46%
B 128 of 511 ~ 25.05%

%41.49
%33.46
%25.05

CMYK color model

#D4AB80 color CMYK value is (0,19,40,17).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(0,19,40,17)
C0M19Y40K17 
(0%,19%,40%,17%)
(0.00/0.19/0.40/0.17)	

CMYK percentages

%0
%19.34
%39.62
%16.86

Codes

Color #D4AB80 in popluar color models

D4AB80
RGB212171128
HSL31°49.41%66.67%
HSB/HSV31°39.62%83.14%
CMYK0.00%19.34%39.62%
16.86%

Color #D4AB80 in popluar number systems.

HEXD4AB80
Decimal212171128
Binary110101001010101110000000
Octal324253200

Shades and tints

Shades of #D4AB80

#D4AB80
(212,171,128)
#C19C75
(193,156,117)
#AE8D6A
(174,141,106)
#9B7E5F
(155,126,95)
#886F54
(136,111,84)
#756049
(117,96,73)
#62513E
(98,81,62)
#4F4233
(79,66,51)
#3C3328
(60,51,40)
#29241D
(41,36,29)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #D4AB80

#D4AB80
(212,171,128)
#D7B28B
(215,178,139)
#DAB996
(218,185,150)
#DDC0A1
(221,192,161)
#E0C7AC
(224,199,172)
#E3CEB7
(227,206,183)
#E6D5C2
(230,213,194)
#E9DCCD
(233,220,205)
#ECE3D8
(236,227,216)
#EFEAE3
(239,234,227)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AB80 color. Also use rgb(212,171,128) instead hex code.

Text Font Color

.myTextColor { color: #D4AB80; }

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

This text font color is #D4AB80.


Background Color

.myBgColor { background-color: #D4AB80; }

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

This div background color is #D4AB80.


Border color

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

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

This div border color is #D4AB80.


Opacity

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

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

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

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

This text has shadow with #D4AB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AB80 on black background.


Color preview on white background

This text has color #D4AB80 on white background.



Black color preview on #D4AB80 background

This text has black color on #D4AB80 background.


White color preview on #D4AB80 background

This text has white color on #D4AB80 background.