#DFD4AC

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

Shades of Sapling #DFD4AC

Tints of Sapling #DFD4AC

Color information

#DFD4AC (or 0xDFD4AC) is unknown color: approx Sapling. HEX triplet: DF, D4 and AC. RGB value is (223,212,172). Sum of RGB (Red+Green+Blue) = 223+212+172=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4AC is #202B53. Grayscale: #D2D2D2. Windows color (decimal): -2108244 or 11326687. OLE color: 11326687.

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

Color convert

RGB223212172-
CMYK00.050.230.13
HSL47.06º44.35%77.45%-
HSV(B)47.06º22.87%87.45%-
XYZ61.4265.7548.48-
YUV210.73106.14136.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=36.74%
G=34.93%
B=28.34%

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
Decimal22321217200.050.230.1347.0644.3577.45
HexDFD4AC0517D2f2c4d
Octal3373242540527155754115
Binary11011111110101001010110001011011111011011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4AC; }

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

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

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

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

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

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

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

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