#D9D1AA

Color #D9D1AA Sapling (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapling #D9D1AA

Tints of Sapling #D9D1AA

Color information

#D9D1AA (or 0xD9D1AA) is unknown color: approx Sapling. HEX triplet: D9, D1 and AA. RGB value is (217,209,170). Sum of RGB (Red+Green+Blue) = 217+209+170=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D1AA is #262E55. Grayscale: #CFCFCF. Windows color (decimal): -2502230 or 11194841. OLE color: 11194841.

HSL color Cylindrical-coordinate representation of color #D9D1AA: hue angle of 49.79º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9D1AA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217209170-
CMYK00.040.220.15
HSL49.79º38.21%75.88%-
HSV(B)49.79º21.66%85.1%-
XYZ58.6763.2547.15-
YUV206.95107.15135.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=36.41%
G=35.07%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720917000.040.220.1549.7938.2175.88
HexD9D1AA0416F32264c
Octal3313212520426176246114
Binary11011001110100011010101001001011011111100101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D1AA; }

 p { color: rgb(217,209,170); }

 H1.HeaderClassName
 {
   color: #D9D1AA;
 }
 .AnyTagClassName
 {
   color: #D9D1AA;
 }
</style>
background-color css

<style>
 a { background-color: #D9D1AA; }

 a { background-color: rgb(217,209,170); }

 div.DivClassName
 {
   background-color: #D9D1AA;
 }
 .BgClassName
 {
   background-color: #D9D1AA;
 }
</style>
border-color css

<style>
 span { border-color: #D9D1AA; }

 span { border-color: rgb(217,209,170); }

 td.TdClassName
 {
   border-color: #D9D1AA;
 }
 .TagClassName
 {
   border-color: #D9D1AA;
 }
</style>