#DFD4AA

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

Shades of Sapling #DFD4AA

Tints of Sapling #DFD4AA

Color information

#DFD4AA (or 0xDFD4AA) is unknown color: approx Sapling. HEX triplet: DF, D4 and AA. RGB value is (223,212,170). Sum of RGB (Red+Green+Blue) = 223+212+170=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4AA is #202B55. Grayscale: #D2D2D2. Windows color (decimal): -2108246 or 11195615. OLE color: 11195615.

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

Color convert

RGB223212170-
CMYK00.050.240.13
HSL47.55º45.3%77.06%-
HSV(B)47.55º23.77%87.45%-
XYZ61.2365.6847.48-
YUV210.5105.14136.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=36.86%
G=35.04%
B=28.10%

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
Decimal22321217000.050.240.1347.5545.377.06
HexDFD4AA0518D302d4d
Octal3373242520530156055115
Binary11011111110101001010101001011100011011100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4AA; }

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

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

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

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

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

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

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

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