#DFD5A9

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

Shades of Sapling #DFD5A9

Tints of Sapling #DFD5A9

Color information

#DFD5A9 (or 0xDFD5A9) is unknown color: approx Sapling. HEX triplet: DF, D5 and A9. RGB value is (223,213,169). Sum of RGB (Red+Green+Blue) = 223+213+169=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5A9 is #202A56. Grayscale: #D3D3D3. Windows color (decimal): -2107991 or 11130335. OLE color: 11130335.

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

Color convert

RGB223213169-
CMYK00.040.240.13
HSL48.89º45.76%76.86%-
HSV(B)48.89º24.22%87.45%-
XYZ61.3966.1447.07-
YUV210.97104.31136.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 169 (66.41% from 255) = 27.93%
R=36.86%
G=35.21%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321316900.040.240.1348.8945.7676.86
HexDFD5A90418D312e4d
Octal3373252510430156156115
Binary11011111110101011010100101001100011011100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5A9; }

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

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

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

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

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

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

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

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