#DFD5A2

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

Shades of Sapling #DFD5A2

Tints of Sapling #DFD5A2

Color information

#DFD5A2 (or 0xDFD5A2) is unknown color: approx Sapling. HEX triplet: DF, D5 and A2. RGB value is (223,213,162). Sum of RGB (Red+Green+Blue) = 223+213+162=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5A2 is #202A5D. Grayscale: #D2D2D2. Windows color (decimal): -2107998 or 10671583. OLE color: 10671583.

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

Color convert

RGB223213162-
CMYK00.040.270.13
HSL50.16º48.8%75.49%-
HSV(B)50.16º27.35%87.45%-
XYZ60.7565.8943.7-
YUV210.18100.81137.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 162 (63.67% from 255) = 27.09%
R=37.29%
G=35.62%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321316200.040.270.1350.1648.875.49
HexDFD5A2041BD32314b
Octal3373252420433156261113
Binary11011111110101011010001001001101111011100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5A2; }

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

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

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

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

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

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

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

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