COLOR #D6D6AF

HEX: #D6D6AF RGB: (214,214,175)

Color info

#D6D6AF contains red, green and blue colors in about the same proportion. Web safe color of #D6D6AF is #CCCC99 (or #CC9).

RGB color model

#D6D6AF color RGB value is (214,214,175).

RGB: (214,214,175) (84%, 84%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 214 of 255 = 84%
B 175 of 255 = 69%

214
214
175

R + G + B ~ 79%. #D6D6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 214 + 175 = 603 (100%)
R 214 of 603 ~ 35.49%
G 214 of 603 ~ 35.49%
B 175 of 603 ~ 29.02'%

%35.49
%35.49
%29.02

CMYK color model

#D6D6AF color CMYK value is (0,0,18,16).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK: (0,0,18,16) C0M0Y18K16 (0%,0%,18%,16%) (0.00/0.00/0.18/0.16) 

CMYK percentages

%0
%0
%18.22
%16.08

Codes

Color #D6D6AF in popluar color models

D6 D6 AF
RGB 214 214 175
HSL 60° 32.23% 76.27%
HSB/HSV 60° 18.22% 83.92%
CMYK 0.00% 0.00% 18.22%
16.08%

Color #D6D6AF in popluar number systems.

HEX D6 D6 AF
Decimal 214 214 175
Binary 11010110 11010110 10101111
Octal 326 326 257

Shades and tints

Shades of #D6D6AF

#D6D6AF
(214,214,175)
#C3C3A0
(195,195,160)
#B0B091
(176,176,145)
#9D9D82
(157,157,130)
#8A8A73
(138,138,115)
#777764
(119,119,100)
#646455
(100,100,85)
#515146
(81,81,70)
#3E3E37
(62,62,55)
#2B2B28
(43,43,40)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #D6D6AF

#D6D6AF
(214,214,175)
#D9D9B6
(217,217,182)
#DCDCBD
(220,220,189)
#DFDFC4
(223,223,196)
#E2E2CB
(226,226,203)
#E5E5D2
(229,229,210)
#E8E8D9
(232,232,217)
#EBEBE0
(235,235,224)
#EEEEE7
(238,238,231)
#F1F1EE
(241,241,238)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D6AF; }

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

This text font color is #D6D6AF.

Background Color

.myBgColor { background-color: #D6D6AF; }

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

This div background color is #D6D6AF.

Border color

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

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

This div border color is #D6D6AF.

Opacity

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

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

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

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

This text has shadow with #D6D6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6D6AF.

Preview

Color preview on black background

This text has color #D6D6AF on black background.


Color preview on white background

This text has color #D6D6AF on white background.


Black color preview on #D6D6AF background

This text has black color on #D6D6AF background.


White color preview on #D6D6AF background

This text has white color on #D6D6AF background.


Related colors

Complementary color

Complementary color for #hex is #292950.


I love getcolorcode.com