#DFD5A6

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

Shades of Sapling #DFD5A6

Tints of Sapling #DFD5A6

Color information

#DFD5A6 (or 0xDFD5A6) is unknown color: approx Sapling. HEX triplet: DF, D5 and A6. RGB value is (223,213,166). Sum of RGB (Red+Green+Blue) = 223+213+166=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5A6 is #202A59. Grayscale: #D2D2D2. Windows color (decimal): -2107994 or 10933727. OLE color: 10933727.

HSL color Cylindrical-coordinate representation of color #DFD5A6: hue angle of 49.47º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFD5A6 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223213166-
CMYK00.040.260.13
HSL49.47º47.11%76.27%-
HSV(B)49.47º25.56%87.45%-
XYZ61.1166.0345.6-
YUV210.63102.81136.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 166 (65.23% from 255) = 27.57%
R=37.04%
G=35.38%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321316600.040.260.1349.4747.1176.27
HexDFD5A6041AD312f4c
Octal3373252460432156157114
Binary11011111110101011010011001001101011011100011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5A6; }

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

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

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

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

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

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

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

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