#DFD2AE

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

Shades of Sapling #DFD2AE

Tints of Sapling #DFD2AE

Color information

#DFD2AE (or 0xDFD2AE) is unknown color: approx Sapling. HEX triplet: DF, D2 and AE. RGB value is (223,210,174). Sum of RGB (Red+Green+Blue) = 223+210+174=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2AE is #202D51. Grayscale: #D1D1D1. Windows color (decimal): -2108754 or 11457247. OLE color: 11457247.

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

Color convert

RGB223210174-
CMYK00.060.220.13
HSL44.08º43.36%77.84%-
HSV(B)44.08º21.97%87.45%-
XYZ61.1264.8449.34-
YUV209.78107.81137.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=36.74%
G=34.60%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321017400.060.220.1344.0843.3677.84
HexDFD2AE0616D2c2b4e
Octal3373222560626155453116
Binary11011111110100101010111001101011011011011001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2AE; }

 p { color: rgb(223,210,174); }

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

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

 a { background-color: rgb(223,210,174); }

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

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

 span { border-color: rgb(223,210,174); }

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