#DFD3AA

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

Shades of Sapling #DFD3AA

Tints of Sapling #DFD3AA

Color information

#DFD3AA (or 0xDFD3AA) is unknown color: approx Sapling. HEX triplet: DF, D3 and AA. RGB value is (223,211,170). Sum of RGB (Red+Green+Blue) = 223+211+170=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3AA is #202C55. Grayscale: #D2D2D2. Windows color (decimal): -2108502 or 11195359. OLE color: 11195359.

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

Color convert

RGB223211170-
CMYK00.050.240.13
HSL46.42º45.3%77.06%-
HSV(B)46.42º23.77%87.45%-
XYZ60.9865.1847.4-
YUV209.91105.48137.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=36.92%
G=34.93%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321117000.050.240.1346.4245.377.06
HexDFD3AA0518D2e2d4d
Octal3373232520530155655115
Binary11011111110100111010101001011100011011011101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3AA; }

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

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

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

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

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

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

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

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