#D9CFA7

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

Shades of Sapling #D9CFA7

Tints of Sapling #D9CFA7

Color information

#D9CFA7 (or 0xD9CFA7) is unknown color: approx Sapling. HEX triplet: D9, CF and A7. RGB value is (217,207,167). Sum of RGB (Red+Green+Blue) = 217+207+167=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFA7 is #263058. Grayscale: #CDCDCD. Windows color (decimal): -2502745 or 10997721. OLE color: 10997721.

HSL color Cylindrical-coordinate representation of color #D9CFA7: hue angle of 48º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9CFA7 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217207167-
CMYK00.050.230.15
HSL48º39.68%75.29%-
HSV(B)48º23.04%85.1%-
XYZ57.962.1745.51-
YUV205.43106.31136.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=36.72%
G=35.03%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720716700.050.230.154839.6875.29
HexD9CFA70517F30284b
Octal3313172470527176050113
Binary11011001110011111010011101011011111111100001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFA7; }

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

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

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

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

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

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

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

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