COLOR #D4AF98

HEX: #D4AF98
RGB: (212,175,152)

Color info

#D4AF98 contains mainly red and green colors. Web safe color of #D4AF98 is #CC9999 (or #C99).

RGB color model

#D4AF98 color RGB value is (212,175,152).

  • red value is 212;
  • green value is 175;
  • blue value is 152.
RGB:
(212,175,152)
(83%,69%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 175 of 255 = 69%
B 152 of 255 = 60%

212
175
152

R + G + B ~ 71%. #D4AF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 175 + 152 = 539 (100%)
R 212 of 539 ~ 39.33%
G 175 of 539 ~ 32.47%
B 152 of 539 ~ 28.2%

%39.33
%32.47
%28.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 28.30%
  • key color value is 16.86%
CMYK:
(0,17,28,17)
C0M17Y28K17 
(0%,17%,28%,17%)
(0.00/0.17/0.28/0.17)	

CMYK percentages

%0
%17.45
%28.3
%16.86

Codes

Color #D4AF98 in popluar color models

D4AF98
RGB212175152
HSL23°41.10%71.37%
HSB/HSV23°28.30%83.14%
CMYK0.00%17.45%28.30%
16.86%

Color #D4AF98 in popluar number systems.

HEXD4AF98
Decimal212175152
Binary110101001010111110011000
Octal324257230

Shades and tints

Shades of #D4AF98

#D4AF98
(212,175,152)
#C1A08B
(193,160,139)
#AE917E
(174,145,126)
#9B8271
(155,130,113)
#887364
(136,115,100)
#756457
(117,100,87)
#62554A
(98,85,74)
#4F463D
(79,70,61)
#3C3730
(60,55,48)
#292823
(41,40,35)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #D4AF98

#D4AF98
(212,175,152)
#D7B6A1
(215,182,161)
#DABDAA
(218,189,170)
#DDC4B3
(221,196,179)
#E0CBBC
(224,203,188)
#E3D2C5
(227,210,197)
#E6D9CE
(230,217,206)
#E9E0D7
(233,224,215)
#ECE7E0
(236,231,224)
#EFEEE9
(239,238,233)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AF98 color. Also use rgb(212,175,152) instead hex code.

Text Font Color

.myTextColor { color: #D4AF98; }

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

This text font color is #D4AF98.


Background Color

.myBgColor { background-color: #D4AF98; }

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

This div background color is #D4AF98.


Border color

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

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

This div border color is #D4AF98.


Opacity

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

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

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

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

This text has shadow with #D4AF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AF98 on black background.


Color preview on white background

This text has color #D4AF98 on white background.



Black color preview on #D4AF98 background

This text has black color on #D4AF98 background.


White color preview on #D4AF98 background

This text has white color on #D4AF98 background.