#DFD5AD

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

Shades of Sapling #DFD5AD

Tints of Sapling #DFD5AD

Color information

#DFD5AD (or 0xDFD5AD) is unknown color: approx Sapling. HEX triplet: DF, D5 and AD. RGB value is (223,213,173). Sum of RGB (Red+Green+Blue) = 223+213+173=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5AD is #202A52. Grayscale: #D3D3D3. Windows color (decimal): -2107987 or 11392479. OLE color: 11392479.

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

Color convert

RGB223213173-
CMYK00.040.220.13
HSL48º43.86%77.65%-
HSV(B)48º22.42%87.45%-
XYZ61.7766.2949.08-
YUV211.43106.31136.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=36.62%
G=34.98%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321317300.040.220.134843.8677.65
HexDFD5AD0416D302c4e
Octal3373252550426156054116
Binary11011111110101011010110101001011011011100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5AD; }

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

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

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

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

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

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

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

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