#DFD3AC

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

Shades of Sapling #DFD3AC

Tints of Sapling #DFD3AC

Color information

#DFD3AC (or 0xDFD3AC) is unknown color: approx Sapling. HEX triplet: DF, D3 and AC. RGB value is (223,211,172). Sum of RGB (Red+Green+Blue) = 223+211+172=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3AC is #202C53. Grayscale: #D2D2D2. Windows color (decimal): -2108500 or 11326431. OLE color: 11326431.

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

Color convert

RGB223211172-
CMYK00.050.230.13
HSL45.88º44.35%77.45%-
HSV(B)45.88º22.87%87.45%-
XYZ61.1765.2648.4-
YUV210.14106.48137.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=36.80%
G=34.82%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321117200.050.230.1345.8844.3577.45
HexDFD3AC0517D2e2c4d
Octal3373232540527155654115
Binary11011111110100111010110001011011111011011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3AC; }

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

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

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

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

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

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

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

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