#DFD3A9

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

Shades of Sapling #DFD3A9

Tints of Sapling #DFD3A9

Color information

#DFD3A9 (or 0xDFD3A9) is unknown color: approx Sapling. HEX triplet: DF, D3 and A9. RGB value is (223,211,169). Sum of RGB (Red+Green+Blue) = 223+211+169=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3A9 is #202C56. Grayscale: #D1D1D1. Windows color (decimal): -2108503 or 11129823. OLE color: 11129823.

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

Color convert

RGB223211169-
CMYK00.050.240.13
HSL46.67º45.76%76.86%-
HSV(B)46.67º24.22%87.45%-
XYZ60.8965.1446.9-
YUV209.8104.98137.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 169 (66.41% from 255) = 28.03%
R=36.98%
G=34.99%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321116900.050.240.1346.6745.7676.86
HexDFD3A90518D2f2e4d
Octal3373232510530155756115
Binary11011111110100111010100101011100011011011111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3A9; }

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

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

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

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

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

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

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

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