#DFD1AC

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

Shades of Sapling #DFD1AC

Tints of Sapling #DFD1AC

Color information

#DFD1AC (or 0xDFD1AC) is unknown color: approx Sapling. HEX triplet: DF, D1 and AC. RGB value is (223,209,172). Sum of RGB (Red+Green+Blue) = 223+209+172=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1AC is #202E53. Grayscale: #D1D1D1. Windows color (decimal): -2109012 or 11325919. OLE color: 11325919.

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

Color convert

RGB223209172-
CMYK00.060.230.13
HSL43.53º44.35%77.45%-
HSV(B)43.53º22.87%87.45%-
XYZ60.6864.2748.24-
YUV208.97107.14138.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=36.92%
G=34.60%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320917200.060.230.1343.5344.3577.45
HexDFD1AC0617D2c2c4d
Octal3373212540627155454115
Binary11011111110100011010110001101011111011011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1AC; }

 p { color: rgb(223,209,172); }

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

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

 a { background-color: rgb(223,209,172); }

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

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

 span { border-color: rgb(223,209,172); }

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