#DFCFA9

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

Shades of Sapling #DFCFA9

Tints of Sapling #DFCFA9

Color information

#DFCFA9 (or 0xDFCFA9) is unknown color: approx Sapling. HEX triplet: DF, CF and A9. RGB value is (223,207,169). Sum of RGB (Red+Green+Blue) = 223+207+169=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCFA9 is #203056. Grayscale: #CFCFCF. Windows color (decimal): -2109527 or 11128799. OLE color: 11128799.

HSL color Cylindrical-coordinate representation of color #DFCFA9: hue angle of 42.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFCFA9 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB223207169-
CMYK00.070.240.13
HSL42.22º45.76%76.86%-
HSV(B)42.22º24.22%87.45%-
XYZ59.9163.1846.57-
YUV207.45106.3139.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 169 (66.41% from 255) = 28.21%
R=37.23%
G=34.56%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320716900.070.240.1342.2245.7676.86
HexDFCFA90718D2a2e4d
Octal3373172510730155256115
Binary11011111110011111010100101111100011011010101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFA9; }

 p { color: rgb(223,207,169); }

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

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

 a { background-color: rgb(223,207,169); }

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

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

 span { border-color: rgb(223,207,169); }

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