#DFD4AD

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

Shades of Sapling #DFD4AD

Tints of Sapling #DFD4AD

Color information

#DFD4AD (or 0xDFD4AD) is unknown color: approx Sapling. HEX triplet: DF, D4 and AD. RGB value is (223,212,173). Sum of RGB (Red+Green+Blue) = 223+212+173=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4AD is #202B52. Grayscale: #D3D3D3. Windows color (decimal): -2108243 or 11392223. OLE color: 11392223.

HSL color Cylindrical-coordinate representation of color #DFD4AD: hue angle of 46.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFD4AD is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223212173-
CMYK00.050.220.13
HSL46.8º43.86%77.65%-
HSV(B)46.8º22.42%87.45%-
XYZ61.5265.7948.99-
YUV210.84106.64136.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=36.68%
G=34.87%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321217300.050.220.1346.843.8677.65
HexDFD4AD0516D2f2c4e
Octal3373242550526155754116
Binary11011111110101001010110101011011011011011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4AD; }

 p { color: rgb(223,212,173); }

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

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

 a { background-color: rgb(223,212,173); }

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

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

 span { border-color: rgb(223,212,173); }

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