#DFD5A4

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

Shades of Sapling #DFD5A4

Tints of Sapling #DFD5A4

Color information

#DFD5A4 (or 0xDFD5A4) is unknown color: approx Sapling. HEX triplet: DF, D5 and A4. RGB value is (223,213,164). Sum of RGB (Red+Green+Blue) = 223+213+164=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD5A4 is #202A5B. Grayscale: #D2D2D2. Windows color (decimal): -2107996 or 10802655. OLE color: 10802655.

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

Color convert

RGB223213164-
CMYK00.040.260.13
HSL49.83º47.97%75.88%-
HSV(B)49.83º26.46%87.45%-
XYZ60.9365.9644.64-
YUV210.4101.81136.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 164 (64.45% from 255) = 27.33%
R=37.17%
G=35.5%
B=27.33%

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
Decimal22321316400.040.260.1349.8347.9775.88
HexDFD5A4041AD32304c
Octal3373252440432156260114
Binary11011111110101011010010001001101011011100101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5A4; }

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

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

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

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

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

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

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

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