#D9D0AB

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

Shades of Sapling #D9D0AB

Tints of Sapling #D9D0AB

Color information

#D9D0AB (or 0xD9D0AB) is unknown color: approx Sapling. HEX triplet: D9, D0 and AB. RGB value is (217,208,171). Sum of RGB (Red+Green+Blue) = 217+208+171=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D0AB is #262F54. Grayscale: #CECECE. Windows color (decimal): -2502485 or 11260121. OLE color: 11260121.

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

Color convert

RGB217208171-
CMYK00.040.210.15
HSL48.26º37.7%76.08%-
HSV(B)48.26º21.2%85.1%-
XYZ58.5262.847.57-
YUV206.47107.98135.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=36.41%
G=34.90%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720817100.040.210.1548.2637.776.08
HexD9D0AB0415F30264c
Octal3313202530425176046114
Binary11011001110100001010101101001010111111100001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0AB; }

 p { color: rgb(217,208,171); }

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

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

 a { background-color: rgb(217,208,171); }

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

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

 span { border-color: rgb(217,208,171); }

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