#D9CFA5

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

Shades of Sapling #D9CFA5

Tints of Sapling #D9CFA5

Color information

#D9CFA5 (or 0xD9CFA5) is unknown color: approx Sapling. HEX triplet: D9, CF and A5. RGB value is (217,207,165). Sum of RGB (Red+Green+Blue) = 217+207+165=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFA5 is #26305A. Grayscale: #CDCDCD. Windows color (decimal): -2502747 or 10866649. OLE color: 10866649.

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

Color convert

RGB217207165-
CMYK00.050.240.15
HSL48.46º40.63%74.9%-
HSV(B)48.46º23.96%85.1%-
XYZ57.7262.0944.54-
YUV205.2105.31136.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=36.84%
G=35.14%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720716500.050.240.1548.4640.6374.9
HexD9CFA50518F30294b
Octal3313172450530176051113
Binary11011001110011111010010101011100011111100001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFA5; }

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

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

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

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

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

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

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

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