#D9CFAA

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

Shades of Sapling #D9CFAA

Tints of Sapling #D9CFAA

Color information

#D9CFAA (or 0xD9CFAA) is unknown color: approx Sapling. HEX triplet: D9, CF and AA. RGB value is (217,207,170). Sum of RGB (Red+Green+Blue) = 217+207+170=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFAA is #263055. Grayscale: #CDCDCD. Windows color (decimal): -2502742 or 11194329. OLE color: 11194329.

HSL color Cylindrical-coordinate representation of color #D9CFAA: hue angle of 47.23º 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 #D9CFAA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217207170-
CMYK00.050.220.15
HSL47.23º38.21%75.88%-
HSV(B)47.23º21.66%85.1%-
XYZ58.1862.2846.98-
YUV205.77107.81136.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=36.53%
G=34.85%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720717000.050.220.1547.2338.2175.88
HexD9CFAA0516F2f264c
Octal3313172520526175746114
Binary11011001110011111010101001011011011111011111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFAA; }

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

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

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

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

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

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

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

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